A stander react template.
- Protected Route: Easily implement protected routes to control access to certain parts of your application.
- Auth Context: Set up a robust authentication context to manage user authentication state throughout your application.
- Redux Toolkit Setup: Integrated Redux Toolkit for state management, providing a scalable and efficient way to manage the state of your application.
- Lazy Loading: Optimize your application's performance by implementing lazy loading for components, loading them only when needed.
- Axios Intercept Service: Included Axios intercept service to handle global request and response interceptors, allowing centralized handling of API requests.
- Complete React Folder Structure: Follow a well-organized folder structure for your React project, enhancing maintainability and scalability.
Install my-project with npm
npm install -g create-react-full-template
yarn add create-react-full-template
To create template, run the following command
npx react-template