Hello, I just finished my First React-Native project, it is a tictactoe game, nothing complicated. Currently learning the ins and outs of react, if you have any advice for learning react, please let me know. :)
link to code and game in google play store here
https://github.com/mioppong/react-tic-tac-toe
Top comments (1)
Right on!! I'm currently learning React too, going on the 4th project :)
So I'm not an expert of course, but what works for me is doing something I would use. Or maybe someone close to you. The motivation factor for me is very important and this way there's always another push for doing better.
Also, learning the React way of things instead of doing some custom JS. You can learn a lot with this, always ask "how should I do this on React" (both to yourself and searching online :)
Good luck!!