DEV Community

aakas
aakas

Posted on

anyone who can mentor/ teach me reactjs?

I know the basic knowledge about the components, props.

But i can't do routing and design spa.

Top comments (5)

Collapse
 
geochronology profile image
Chris Perry

How comfortable are you with the fundamentals of JS? That makes learning react a LOT smoother.

Other than that it just takes practice. There's a FreeCodeCamp course that's old but decent, likewise with Andrew Mead's react course on Udemy. Both provide plenty of practice problems and challenges so you can get hands-on experience.

Collapse
 
aakas profile image
aakas

Thanks for the recommendation. I am definitely gonna try those courses.

Collapse
 
konfydev profile image
Sriram

Find a concept that you can working on and start from there. that's always the best option. Even developers used to read the documentation and start building like this
How it will help you ?
Today its react, tomorrow it might be something else but this practice will make you to learn and stay on top of things always

Collapse
 
darkterminal profile image
Imam Ali Mustofa

Am new in Reactjs too... we can learn together. Text me on discord darkterminal

Collapse
 
brense profile image
Rense Bakker

React doesn't have a built-in router, instead people generally use react-router-dom npm package.