Building React App using Material UI with Support for Multiple Switchable Themes
Demonstrating how to create a React application that supports multiple themes and allows users to switch between the themes using Material UI and TypeScript.
Demonstrating how to create a React application that supports multiple themes and allows users to switch between the themes using Material UI and TypeScript.
Demonstrating how to add authentication to our serverless React application using AWS Amplify. We will allow the user to sign up using Email, Facebook and Google.
Writing clean and maintainable large scale react application using redux for the state management, immer for immutability, typescript for type safety and redux observables for handling async actions.