To run the application.
- Rating app
- forwardRef demo app
- toggle button color
- To-Do list
- What will you play?
- Folder structure
- select a city from country dropdown
- Table demo
- Error Boundary
- Redux Tool Kit - Async operation (createAsyncThunk)
- PureComponentDemo - A demo on the usage of React.PureComponents
- CachingDemo - caching the api response
- StyledComponentsDemo - React styled components, *NOTE - created /styles folder
- UseCallbackDemo - Usage of useCallback hook
- ReactMemoDemo - Usage of React.memo() to demonstrate memoization
- ProgressBar - Creating a progress bar
- UseReducerDemo - a demo of useReducer() hook and how we can use this instead of useState()