Skip to content

โš›๏ธ๐ŸŽ“ Examples of React API implementations, trying to cover concepts from basics to advanced.

Notifications You must be signed in to change notification settings

alextoudic/react-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

โš›๏ธ๐ŸŽ“ React Workshop

Examples of React API implementations, trying to cover concepts from basics to advanced.

  • Functional Components
  • Props
  • React without JSX
  • Class syntax
  • State usage
  • Events handling
  • Communication with parent component
  • References
  • Composition
  • Render Props
  • Function as children
  • HOC: Higher Order Components
  • Context API
  • contextType usage
  • code splitting with lazy and suspense
  • Pure components
  • Memo

Getting Started

Install using yarn preferably

  yarn

Or npm

  npm i

Run in dev mode

  yarn start

Or

  npm start

About

โš›๏ธ๐ŸŽ“ Examples of React API implementations, trying to cover concepts from basics to advanced.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published