DEV Community

Discussion on: Guidance of how React works

Collapse
 
pmudra profile image
Philipp Mudra

Even though Alex is right about these main concepts, a good thing about React is that you don't need to know all this in detail when you start learning.

There are many good ways to get started with React. Make sure to look into the official docs & tutorial as they are well done IMO. Also make sure to look into Create React App. That said there are so many resources out there for any level of experience. You really just have to search for them.

You can do it!