Rispa plugin for Client-Side render React app, provide redux
store, routing and cookies.
- User Guide – How to develop apps bootstrapped with Rispa.
You can configure some of Rispa Client behavior using environment variables.
If you need to disable Offline mode, you can specify DISABLE_OFFLINE
to true
Mac and Linux:
DISABLE_OFFLINE=true
Windows:
set DISABLE_OFFLINE=true
If you need to disable React dev-tools, you can specify DISABLE_REACT_DEVTOOLS
to true
Mac and Linux:
DISABLE_REACT_DEVTOOLS=true
Windows:
set DISABLE_REACT_DEVTOOLS=true
If you need to disable Redux dev-tools, you can specify DISABLE_REDUX_DEVTOOLS
to true
Mac and Linux:
DISABLE_REDUX_DEVTOOLS=true
Windows:
set DISABLE_REDUX_DEVTOOLS=true