JavaScript Library for building User Interfaces.
-
A tic-tac-toe game that,
- Lets you play tic-tac-toe,
- Indicates when a player has won the game,
- Stores a game’s history as a game progresses,
- Allows players to review a game’s history and see previous versions of a game’s board.
-
Using React in Visual Studio Code
Instructions to set up the React application can be found here!
-
Scrimba - Learn React for free interactively
A full course to build a To Do application and a React form! Very good pace!
-
These are coding challenges formatted like CodeForces and other CP websites, where you are given a problem statement and you have to write the react code in an editor next to it!
-
Hacks! Do a Ctrl + F on this page to find whatever you are looking for.
-
Definitions and latest trends in a W3 schools kinda style.
-
This is for people who don't like watching videos or reading long explanations and like to see some code immediately and like to understand from that itself.
This GitHub tutorial is accompanied by these short and concise slides interspersed with memes :)) I'm sure Ug2k19 will like it given their obsession with the meme culture. Slides are here!
-
Another GitHub tutorial for a weather application, very beginner friendly.