Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 606 Bytes

File metadata and controls

43 lines (36 loc) · 606 Bytes

⚛️🎓 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