Build an app without @mui
Mui apps
Neev package ccp-react
contains Mui components as well as hooks and handlers to help you build your component.
Using MUI components is entirely optional.
If your requirement is to build a separate UI than what ccp-react
provides, you can still use our
React hooks and handlers to build your UI.
The MUI components that we have built are dumb components. The business logic lives with the hooks and handlers instead.
Feel free to look into the source of the MUI components and build your own MUI-less application.