Learning React - Need resources

Hey folks!

I'm looking for some good resources, either video or written, to learn React.

As for background, I'm a relatively new programmer and I only used C & C++ and recently Python to build a Django application.

Any tips or pointers (unintentional pun) will be greatly appreciated! 👏

Thanks in advance!

18 points · 5 comments · view on lemmy.world

5 Comments

rbits@lemm.ee · 8 pts · 1y

The react website itself has a pretty good tutorial

https://react.dev/learn https://react.dev/learn/tutorial-tic-tac-toe

Endmaker@ani.social · 5 pts · 1y

Any tips or pointers (unintentional pun) will be greatly appreciated!

IMO the most important thing when it comes to frameworks like this is state management.

Once you truly understood it / know how to do it properly, you are good to go.

P.S. My guess is that React got its name because it reacts to changes in state

P.P.S. this documentary on React provides insights on its history

8263ksbr@lemmy.ml · 3 pts · 1y (1 reply)

Maximilian Schwarzmüller got a very good course on udemy. Just wait a bit for the next and frequent sale. It's worth it.

Drekaridill@feddit.is · 1 pts · 1y

I second this.

Kelho@lemmy.ml · 2 pts · 1y

Thanks for the answers, everyone! I'll be having a look at each suggestion this week! 🦾