Nithin C
Nithin C

Reputation: 215

React Beginner - starterkits/best practices/tools/tutorials/advices

React-Native:

Any help would be appreciated.

Upvotes: 0

Views: 397

Answers (3)

Tarang Hirani
Tarang Hirani

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

Nitesh Mishra
Nitesh Mishra

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

Florin Dobre
Florin Dobre

Reputation: 10232

I found the links from the stackoverflow react-native tag description amazingly useful:

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:

...And a probably the best paid course: https://www.udemy.com/the-complete-react-native-and-redux-course/

Upvotes: 1

Related Questions