Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 2.53 KB

REACT.md

File metadata and controls

65 lines (38 loc) · 2.53 KB

React

JavaScript Library for building User Interfaces.

React General Resources

React Community

React Online Playgrounds

React Tutorials

React General Tutorials
  • React Official Tutorial

    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!

  • FreeCodeCamp React Challenges

    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!

  • React Cheatsheet

    Hacks! Do a Ctrl + F on this page to find whatever you are looking for.

  • React Patterns

    Definitions and latest trends in a W3 schools kinda style.

What I had used
  • To Do Application Tutorial

    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!

  • Weather Application

    Another GitHub tutorial for a weather application, very beginner friendly.