DEV Community

Discussion on: Resources for a React Full Stack Beginner

Collapse
 
mrsaeeddev profile image
Saeed Ahmad

I think you should start with simple API calls. Then try to use redux with same APIs. After that you should build a CRUD app on ReactJS so that you have completed understanding of it. Then you can move on to backend to learn NodeJS and Express. Hope that helps. Feel free to ask if you need more guide in this regard.

Collapse
 
fifn2 profile image
Finn Wright

Thanks so much. On second thought, I think I pretty much have those kind of simple API calls down. Where should I go to learn Node and Express?

Collapse
 
mrsaeeddev profile image
Saeed Ahmad

Are you proficient in state management i.e Redux, context API and others? For NodeJS, There are pretty good tutorials on YouTube. One by thenewboston team is awesome. See it here : youtube.com/playlist?list=PL6gx4Cw...

Thread Thread
 
fifn2 profile image
Finn Wright

I'd say I'm pretty proficient in both Redux and the context API. That tutorial sounds pretty cool, I'll check it out.