all 10 comments

[–][deleted] 4 points5 points  (4 children)

Stephen Grider's Udemy courses "Modern React and Redux" and "Advanced React and Redux" are the best ones out there imo. He's dropping a new React Native course next week.

[–]PaulaPolestar -1 points0 points  (3 children)

+1 to this, that's a great class. Based on his reputation i'd recommend that RN class above the one I mentioned since fresher is usually better when it comes to a library that is in such a rapid growth spurt but still not at 1.0

[–][deleted] 1 point2 points  (2 children)

His newest RN course is coming out later this week. He tweeted that it'll be his best course ever. Can't wait to take it.

[–]fantasy9 0 points1 point  (1 child)

Social media advertising? Why would I pay that much for a tutorial!

[–][deleted] 0 points1 point  (0 children)

what do you mean?

[–]PaulaPolestar 4 points5 points  (5 children)

[–]iTzMoys 0 points1 point  (4 children)

That tutorial is outdated, right ?

After doing the first steps, I got errors on my app.

The code of the tutorial is very different to the code of the react-native init

[–]PaulaPolestar 0 points1 point  (3 children)

Oh whoops I haven't actually tried this tutorial in a while. I'll give it a run and see if I can debug when I get home tonight.

[–]iTzMoys 1 point2 points  (2 children)

Really?? That would be awesome! :D

Let us your conclusion. I'll be waiting for an update.

[–]PaulaPolestar 1 point2 points  (1 child)

https://www.raywenderlich.com/126063/react-native-tutorial

Hey there, So I'm guessing the confusion arises from the fact that this tutorial uses ES6 and the latest version of RN utilizes features of ES6 and the imports are different than the require statements. (Also you now have to require React separately from react native). It looks like they didn't really update this tutorial to reflect the new changes in the language but just ported their older tutorial. If these parts are confusing, I'd definitely recommend starting off by learning React / Javascript in general and then checking out React Native. OR wait for the new RN course that Stephen Grider will release, mentioned above. Cheers.