I know the basic knowledge about the components, props.
But i can't do routing and design spa.
I know the basic knowledge about the components, props.
But i can't do routing and design spa.
For further actions, you may consider blocking this person and/or reporting abuse
elanatframework -
Vincent Odukwe -
Abdullah Al Mamun Fahim -
Ridoy Hasan -
Top comments (5)
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.
Thanks for the recommendation. I am definitely gonna try those courses.
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
Am new in Reactjs too... we can learn together. Text me on discord darkterminal
React doesn't have a built-in router, instead people generally use react-router-dom npm package.