Skip to content

Instantly share code, notes, and snippets.

@misostack
Created December 8, 2020 03:45
Show Gist options
  • Select an option

  • Save misostack/200ec553cd8580d838ac9c3a5ff6d4ec to your computer and use it in GitHub Desktop.

Select an option

Save misostack/200ec553cd8580d838ac9c3a5ff6d4ec to your computer and use it in GitHub Desktop.
reactjs2021.md

Prerequisites

  1. HTML5, CSS3
  2. Javascript

Main Concept

Concepts

  1. JSX Syntax
  2. Rendering elements
  3. Component and props
  4. State and Lifecycle
  5. Handling events
  6. Conditional Rendering
  7. Lists and Keys
  8. Forms
  9. Lifting State Up
  10. Composition vs Inheritance
  11. Thinking in React

Lession 001

Related Doc

Get and display the news from these pages

Development Tools

  1. VSCode Extensions
  • Prettier
  • React Snippets
  • React Redux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment