2.0.0-alpha.3 • Published 5 years ago
@rxsv/tools v2.0.0-alpha.3
tools
A utility package for the rxsv.
npm install rxjs @rxsv/core @rxsv/toolswithDevTools
Connect to the Redux DevTools
Supported features:
- listening to the
rxsvactions and displaying the current state - time travel debugging
import { createStore } from '@rxsv/core';
import { withDevTools } from '@rxsv/tools';
const store = createStore(a => a);
const enhancedStore = withDevTools(store);You can connect multiple rxsv stores to the devtools. They can be distinguished by passing a custom name.
const store = createStore(reducer, effect, 'ui-widget');2.0.0-alpha.3
5 years ago
2.0.0-alpha.1
5 years ago
2.0.0-alpha.0
5 years ago
1.2.0
6 years ago
1.1.1-alpha.0
6 years ago