Skip to content

lauritsen/react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Repo for react tutorials

Tic-Tac-Toe - Following the Tutorial: Intro to React

GitHub Cards App - From React: Getting Started on Pluralsight by Samer Buna from JsComplete

React's Basic Concepts

  1. Components
    • Like funtions
    • Input: props, state | Output: UI
    • Reusable and composable
    • <Component />
    • Can manage a private state
    • Can be either function component or class component.
      • Prefer to use function components - simpler
      • Class components are a bit more powerful
  2. Reactive updates
    • React will react
    • Take updates to the browser
  3. Virtual views in memory
    • Generate HTML using JavaScript
    • No HTML template language
    • Tree reconciliation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published