DEV Community

Discussion on: From no programming experience to web developer in 19 small steps

Collapse
 
medxone profile image
Mohamed

Thanks for these superb steps for beginners, I already have basic concepts in this, but I'm struggling in learning react and how I can build a react-app for a small mountain resort that belongs to me.
any suggestions please.

Collapse
 
catmcgeecode profile image
Cat McGee

Hey there. You really don’t need to use React for most things and I don’t recommend launching straight into it!

What exactly are you struggling with in React?

Collapse
 
medxone profile image
Mohamed

class components and functional components and how to use state and hooks, so I have a little idea it's to calculate the rate of rooms based on how much night they needed like that? u understand what I'm talking about />

Thread Thread
 
catmcgeecode profile image
Cat McGee

You’re well on your way then! I’m still not sure exactly what you’re confused about, but hooks can only be used with functional components, and they can do loads of things including updating the state.

Good luck!