DEV Community

Discussion on: How to Learn React for Newbies

Collapse
 
himujjal profile image
Himujjal Upadhyaya

Step 1: Dont.
Step 2: Learn Svelte first! - svelte.dev/tutorial - It will take like a day to get started with this tutorial.

Not gatekeeping here. But React is huge ecosystem and has a steep learnkng curve. Svelte is like writing HTML, CSS, JS on the web.

Then one can think about hooks and what not on React.

Collapse
 
yogesnsamy profile image
yogesnsamy

😅
Sometimes it's a job requirement to learn React isn't it?

But yeah no kidding, it was overwhelming when I first started.

Collapse
 
himujjal profile image
Himujjal Upadhyaya

True. React is overwhelming. Redux also adds to that difficulty.