DEV Community

Sagor Roy
Sagor Roy

Posted on

How can I learn, React?

I have seen several Tutorial videos but it seems after finishing each tutorial I totally forget what I have learned!! Any suggestions to get out of this loop. It would mean a lot to me. Thanks in advance :)

Top comments (1)

Collapse
 
gfabrizi profile image
Gianluca Fabrizi

Hi,
some suggestions:

First of all read the official React doc , the whole "Main concepts" section.

Then search online some code challenge or React technical test and try solve them. When you start developing use the official doc, stackoverflow and google for all the questions that you surely will have.

Good luck!