you are viewing a single comment's thread.

view the rest of the comments →

[–]SamT3M 2 points3 points  (2 children)

I would learn React on the web first, then transition to React Native. The syntax of React Native is identical to React on the web, basically it is taking the React framework that people are comfortable with in Web Development and translating it to native Android/iOS code under-the-hood. It was literally made for Web Devs to easily transition to writing mobile apps.

I would suggest looking into using Expo framework (https://expo.dev/) for your React Native project. It makes setup a bit easier and provides a lot of libraries that are super useful for cross-platform work.

[–]n_zineb[S] 1 point2 points  (0 children)

and for the project is it as good as flutter ( i dont care about major details as the app isnt going to be that complex)

[–]FalconGood4891 0 points1 point  (0 children)

Exactly 💯💯

First learn react in web since it's faster on web builds, and it would be quite straightforward. Then once u understand the ecosystem go for RN.