4.2.1 • Published 8 years ago
@rispa/client v4.2.1
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=trueWindows:
set DISABLE_OFFLINE=trueReact dev tools
If you need to disable React dev-tools, you can specify DISABLE_REACT_DEVTOOLS to true
Mac and Linux:
DISABLE_REACT_DEVTOOLS=trueWindows:
set DISABLE_REACT_DEVTOOLS=trueRedux dev tools
If you need to disable Redux dev-tools, you can specify DISABLE_REDUX_DEVTOOLS to true
Mac and Linux:
DISABLE_REDUX_DEVTOOLS=trueWindows:
set DISABLE_REDUX_DEVTOOLS=true