Free resources for learning React

David ReederBy David Reeder, 12 February 2021

Free resources for learning React

If you are learning React, like me, you may find these sites useful:

1. reactjs.org

The official site, reactjs.org takes you through how to build a simple tik tak toe (naughts and crosses) game using components and state.  https://reactjs.org/tutorial/tutorial.html

2. W3Schools

An old favourite for learning to code, W3Schools has many tutorial pages to work through.  You can run examples in your browser so it's easy to get started. https://www.w3schools.com/REACT/DEFAULT.ASP 

3. react-tutorial.app

Learn React in a Codepen like environment.  Nice clear tutorials, really enjoyed this one.  https://react-tutorial.app/app.html

4. freeCodeCamp

A roadmap to avoid confusion and guide you in the right direction. https://www.freecodecamp.org/news/react-fundamentals-for-beginners/

5. Java T Point

Loads of pages of ReactJS tutorials and information. https://www.javatpoint.com/reactjs-tutorial

 


Back