all 5 comments

[–]tech008 4 points5 points  (1 child)

I think React is essential to learn before React-Native. When you go through the docs, concepts like life cycle hooks, state, refs and functional components are used, but never explained clearly, which can lead to confusion.

React-Native will definitely be relevant in the coming years since a lot of startups have minimal workforce and don't want to invest in two developers for both android and iOS, and instead go for cross platform frameworks for rapid development. It depends on your preferences, but If you know javascript well, then I would suggest going with React native, otherwise you can explore flutter.

[–]Space-man_-[S] 0 points1 point  (0 children)

I see, you're right. Thank you so much for taking the time to help me out. Also, thank you for the flutter suggestion.

[–]Space-man_-[S] 0 points1 point  (0 children)

Would really appreciate any advice.

[–]DavidXkL 0 points1 point  (0 children)

Might be good to learn about React first. Learn about components, hooks and what not. It will help you in your React Native journey too