Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 354 Bytes

File metadata and controls

15 lines (14 loc) · 354 Bytes

Technologies

Simple react application scaffolded using vitejs

Setup

  1. Clone the repo
  2. cd into cloned repo folder
  3. yarn or `npm install``
  4. yarn run dev or npm run dev

Bug tracker

Simple react application showing use cases for:

  • useCallback
  • React.memo
  • useReducer
  • Context API

NB: Only for trying out new react concepts