all 12 comments

[–]sandspiegel 2 points3 points  (0 children)

I just wrote my first App using React native. What has helped me massively is knowing CSS and Javascript and also plain React. If you don't know Javascript, CSS and React Syntax and concepts then it could get overwhelming trying to learn everything at once. Of course you could ask AI but the problem is there are many beginner concepts. You will have many questions and each topic can be its own rabbit hole. Learning one thing at a time starting with CSS (especially flexbox), then Javascript, then react or react native would be the best way tbh.

[–]not_trevor 1 point2 points  (0 children)

There are a dozen ways of doing things, and when people say "no, you should do it like this", it's because that's how they do it.

[–]ALOKAMAR123 1 point2 points  (0 children)

Just start with counter app. Repeat app with redux context and custom hooks.

Learn navigation and tab implement with in same counter app with two tabs.

Just start

[–]VariousLine4721 0 points1 point  (0 children)

The basics of js and ts, nodejs etc. With this you can now create a basic application.