Official documentation
Last modified on Mon 03 Jul 2023

If you're searching for the tutorial to kick off learning React, you could first check the official docs.

Learn concepts

In case you're a type of person which prefers to learn the concepts before typing any code, head to main concepts which covers basic principles of React, but also dives in advanced topics, API, hooks and testing.

We recommend to check the basic principles first and have that settled in before exploring advanced features.

Learn by doing

And for those who prefer learning by typing their own code, visit Intro to React: tutorial which explores React concepts by building a tic-tac-toe game. This will cover all you need to know in a couple steps:

And for best learning experience, feel free to combine the two approaches and have some fun as well. Don't forget to check out other useful resources to expand your knowledge even further.