Live data from Hacker News

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

news.ycombinator.com

11–12 of 12 posts

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

#11
post #9
post #5

Earlier quoted context omitted.

I have personally found Josh Comeau's "Joy of React" course to be absolutely exceptional!!

All I can find is a website made by crypto bros. Do you have a link to the courses?

From the website:

From January 23rd to January 31st, this course was available to preorder as part of an “Early Access” program.

Unfortunately, that window has now closed, and the course is no longer available. I plan on spending the next few months building out the rest of the course, iterating based on feedback from the folks who enrolled in “Early Access”.

You'll be able to register for the course when it's completed. I'm hoping that this will happen by June or July, though I can't make any promises.

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

#12
egghead.io has some good stuff, like this - https://egghead.io/courses/modern-redux-with-redux-toolkit-r.... 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.

I would not recommend using expo. It's a huge stack of dependencies that will create conflicts when upgrading or using other packages (already problematic with pure RN). Maybe it'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.

Post reply on HN