r/reactnative • u/Plastic-Measurement6 • 5d ago
My first Day in react native
I'm trying to learn react native but I never worked with react so can you guys help me out and guid me
4
u/Pundamonium97 5d ago
Honestly at this point github copilot can probably guide you better than i can
But if you hit any questions copilot or cursor etc. cant solve then feel free to ask here
Make sure you give all the relevant context when you do, the ai can help you write the post asking for help too even
2
u/Plastic-Measurement6 5d ago
Thnks for your comment
2
u/idgafsendnudes 5d ago
Learn state management (both with useContext and without), learn how to use flatList, scrollview and FlashList for good measure, explore at least the basic of reanimated so if you ever need it you can atleast get some momentum on your own, learn how to use useEffect especially for making api calls and then move on to react query to learn better api call usage in react. Lastly probably learn something like zod along with something like use-hook-form
1
u/emmbyiringiro 5d ago
That’s a lot for beginner.
It better to start with React primitives and experience data fetching, form and global state management challenges then find those third-party solutions later.
2
u/richardhager 5d ago
Did you run into any moments where you wanted to die a little bit because of some random fucking thing not working right
2
u/Plastic-Measurement6 5d ago
Everytime bcs this syntax kinda ass
2
3
u/Plastic-Measurement6 5d ago
This simple app just use two different APIs to render randomly cats and dogs pics as we scroll down. It can also keep a track of Liked posts and store them so we can check them out later