Creating todo application using react and redux for state management
todo-app-react
Creating todo application using react and redux for state management.
This application is built using create-react-app.
It will cover all possible scenarios, that are:
- Lazy loading routes
- Re-Usability of components
- Stateful and Stateless component architecture
- Http call using axios
- Accessibility
- Best practices
- Performance
- Suspense
- Redux
- Routing i.e. parameter and query based
- useState and useEffect
- function components
Implementations
This section contains the scenario we require and how we achieve them.
- Dynamic background color in component, based on color selection from component
- Snackbar notification using redux-store, . We can dispatch action that contains message, auto-hide in millisecond, status to show Snackbar. It can be used to display application related notification i.e success, error, warning etc.
- If route not match, redirect to component.