@rispa/client
v4.2.1
Published
Rispa Client plugin
Downloads
12
Readme
Rispa Client
Rispa plugin for Client-Side render React app, provide redux
store, routing and cookies.
- User Guide – How to develop apps bootstrapped with Rispa.
Configuration
You can configure some of Rispa Client behavior using environment variables.
Offline mode
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
React dev tools
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
Redux dev tools
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