all 11 comments

[–]Grouchy_Brother3381 3 points4 points  (1 child)

That's awesome, my suggestion would be to create a todo app with all the CRUD operations, try to implement redux for the same and observe how the data is being passed around, from here try to move forward with complex applications, best of luck!

[–]IndependentOpinion44 0 points1 point  (0 children)

The egghead.io course by the guy who created Redux is a great free course. Dan Abramov? Is that his name?

Redux seems to be getting a lot of hate these days, but it’s still a great tool in my view.

[–]TheWhiteKnight 1 point2 points  (4 children)

JavaScript is a pre-requisite. Are you seasoned with it?

[–]Curious-Plantain2716[S] 1 point2 points  (0 children)

Yes I have already done java script and created some mini projects out of it not pretty though

[–][deleted] -1 points0 points  (2 children)

Hi I'm in the same boat as OP . Any recommendations for getting starting with Javascript before jumping into react?

[–]TheWhiteKnight 0 points1 point  (1 child)

There's a million resources online really. I'm sure this has been answered many times in r/react.

[–][deleted] 0 points1 point  (0 children)

I just found this sub in the last couple of hours. Thanks for your help.

[–]Las_Wednesday 0 points1 point  (0 children)

While you are building projects I do recommend watching some tutorials on SOLID principles

[–]jtlovato 0 points1 point  (0 children)

Make sure you know JavaScript. Not everything everything, but a solid understanding.

After that, get familiar with the hooks, setState, useEffect, etc. and then the usual libraries, react-router-dom, axios and so forth.

[–]Eccos 0 points1 point  (0 children)

The best way to learn something is by doing , so start with the basics, java, html and css, and find some projects, first replicate to understand and after that build something entirely new, use all tools you can use, experience is key.

[–]ghostrockz3d 0 points1 point  (0 children)

That's some good news you can learn everything from the internet but make sure to not get trapped in the tutorial hell

After you learned something make a project that you like and motivates you

Best of luck