TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Best courses to learn React Native for a back end dev

17 点作者 rexarex大约 2 年前
Hi there, I am working on an app for a side project and I am building out the backend and doing some design with someone doing the frontend but I&#x27;m interested in jumping in and writing some of the front-end as well.<p>I am going to take a course on Udemy most likely, but I already know a lot about back-end Python, Golang, and AWS and Infra so don&#x27;t need a total beginner course.<p>Does anyone have a good up to date course they can recommend that uses Expo? I know this technology changes pretty rapidly in the front-end so if anyone has any good recent experience I would appreciate a suggestion or two :)

8 条评论

schwartzworld大约 2 年前
The new React docs are amazing and most of what they contain applies to React Native.
lucasknight大约 2 年前
I&#x27;d definitely start by taking a look at the React Navigation documentation. It&#x27;s a library that provides a lot of tools for native navigation and page routing. In my opinion, this is the most important library (apart from React and React Native) to learn to have the skills to be an entire React Native app.<p>From the React Navigation docs they suggest taking a look at these resources to get the fundemantals sorted:<p>1. React Native Express - teaches all the basics of React Native 2. Main Concepts of React - Allows you to understand how React works 3. React Hooks - Provides specific reference towards using hooks in React (they&#x27;re addictively useful)<p>[1]: <a href="https:&#x2F;&#x2F;www.reactnative.express" rel="nofollow">https:&#x2F;&#x2F;www.reactnative.express</a> [2]: <a href="https:&#x2F;&#x2F;react.dev&#x2F;learn&#x2F;thinking-in-react" rel="nofollow">https:&#x2F;&#x2F;react.dev&#x2F;learn&#x2F;thinking-in-react</a> [3]: <a href="https:&#x2F;&#x2F;react.dev&#x2F;reference&#x2F;react" rel="nofollow">https:&#x2F;&#x2F;react.dev&#x2F;reference&#x2F;react</a>
codenlearn大约 2 年前
If you can afford a monthly subscription, I would definitely recommend <a href="https:&#x2F;&#x2F;frontendmasters.com&#x2F;courses&#x2F;react-native-v2&#x2F;" rel="nofollow">https:&#x2F;&#x2F;frontendmasters.com&#x2F;courses&#x2F;react-native-v2&#x2F;</a>. I did the Intermediate React by Brian Holt on Froentend Masters. It was very good. The quality of courses offered here is very good.
aigoochamna大约 2 年前
I started learning React a few days ago (for Next.js). It&#x27;s not Native, but it&#x27;s similar I guess. What has been working for me?<p>Read the React docs (do the tic tac toe project work, go through all of their fundamental&#x2F;learning docs). Then build some small things.
jawmes8大约 2 年前
I recently picked up react native, though I had a good amount of experience with React already and much of it is similar. Except for working with the file system and tooling.<p>One good boilerplate I’d recommend having a look at is <a href="https:&#x2F;&#x2F;github.com&#x2F;infinitered&#x2F;ignite">https:&#x2F;&#x2F;github.com&#x2F;infinitered&#x2F;ignite</a> not a course but possibly a good resource to learn from.
fakeElonMusk大约 2 年前
egghead.io has some good stuff, like this - <a href="https:&#x2F;&#x2F;egghead.io&#x2F;courses&#x2F;modern-redux-with-redux-toolkit-rtk-and-typescript-64f243c8" rel="nofollow">https:&#x2F;&#x2F;egghead.io&#x2F;courses&#x2F;modern-redux-with-redux-toolkit-r...</a>. Not super current but does a great job of going over concepts including in depth jest testing. Dan Abramov is a major contributor to egghead.<p>I would not recommend using expo. It&#x27;s a huge stack of dependencies that will create conflicts when upgrading or using other packages (already problematic with pure RN). Maybe it&#x27;s better now, but when I started with RN 4 years ago the Android issues were constant. Just use RN ejected, and you can still bring in expo packages as needed.
71a54xd大约 2 年前
What about react in general? So many bad resources seem to be the only thing I can find these days.
评论 #35746716 未加载
pbyte13大约 2 年前
udacity + scrimba