DEV Community

Discussion on: I need help To build a React App

Collapse
 
orhanozkercin profile image
Orhan Özkerçin

I was exactly the same place with you couple of monts ago. I am not super developer but I can tell what I did.
First I suggest you to learn basics of ES6. If you are comfortable with Javascript and I can say that there are tons of courses and tutorials about React. I shared couple of them which I think nice to follow.

To understand basics of React: youtube.com/watch?v=Ke90Tje7VS0&t=...
This is another basics of React Series: egghead.io/courses/the-beginner-s-...

Personaly I didn't get comfortable after this series and I moved with codeacademy which is codecademy.com/learn/react-101

After those steps I moved with Udemy Course udemy.com/course/complete-react-de...

Lots of courses they are not showing Hooks, you'll see hooks everywhere but don't feel bad about it because in my opinion you really need learn class components first (old version of using hooks).

I'm not saying this is the best way but these are the steps I followed.

Collapse
 
myogeshchavan97 profile image
Yogesh Chavan

This udemy course is the best course for Learning React from scratch along with Hooks