1.0.3 • Published 4 years ago

cra-template-rrmuifc v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

ReactReduxMaterialUI Function Components Only

Components in this template

  • Material UI - General interface
  • Redux - Predictable state container
  • React-Router-Dom - Route Controller
  • Redux Logger - Logger for Redux
  • Redux Thunk - Middleware for Redux
  • Craco - Create React App Configuration Override
  • Axios - HTTP Client

Folder Structure

.
├── public                  # Public static files
├── src                     # Main project Folder
│   ├── assets              # General assets
│   ├── components          # App components
│   |   └── UI              # UI Components
│   ├── redux               # Redux Folder
│   |   ├── _actions        # Redux Actions
│   |   ├── _constants      # Redux Constants
│   |   ├── _helpers        # Redux Folders
│   |   └── _reducers       # Redux Reducers
│   ├── utils               # General Utils
│   |   ├── theme.js        # Material UI Themes
│   |   └── routes.js       # App Routes
│   ├── views               # App Views
│   ├── App.js              # Main App Wrapper
│   ├── index.css           # Index Styles
│   └── index.js            # Index App
└── ...

Each folder has an index.js file which exports its files and folders by modules.

What is CRACO?

Create React App Configuration Override in this template is to alias the application folders globally through the craco.config.js file.