Simple react application scaffolded using vitejs
- Clone the repo
- cd into cloned repo folder
yarnor `npm install``yarn run devornpm run dev
Simple react application showing use cases for:
- useCallback
- React.memo
- useReducer
- Context API
NB: Only for trying out new react concepts