Reputation: 215
React-Native:
Any good vagrant or docker environment with all latest tools.
Beginner level tutorials examples / skelton apps etc.
Best Practices like folder structure etc.
Any easy build less time consuming methods.
Any advices or suggestions for a beginner in React-native.
Any help would be appreciated.
Upvotes: 0
Views: 397
Reputation: 590
Providing an update on this issue regarding starter react native templates. Facebook has released create-react-native-app sometime ago and this is one of the best and simplistic starter kits you can use to begin development.
Link - https://github.com/react-community/create-react-native-app
Upvotes: 0
Reputation: 574
If you have already worked on JavaScript then i dont think you will be having tough time going through react native,but if you are new to java script and app development i would suggest you go through Facebook's React Native official documentation they have started from basics and almost included everything which you will be needing for developing a native Mobile app(Android/iOS).
Here's the link
Upvotes: 2
Reputation: 10232
I found the links from the stackoverflow react-native
tag description amazingly useful:
Getting started: https://facebook.github.io/react-native/docs/getting-started.html
Short Videos: https://egghead.io/lessons/react-react-native-up-and-running?series=react-native-fundamentals
And probably the most useful one that I found: http://www.reactnativeexpress.com/
I wish I had found the reactnativeexpress site earlier.
Source: https://stackoverflow.com/tags/react-native/info
For practice you can start with:
For folder structures:
Ignite
:
https://github.com/infinitered/ignite...And a probably the best paid course: https://www.udemy.com/the-complete-react-native-and-redux-course/
Upvotes: 1