2.0.0 • Published 2 years ago

atom-rdt v2.0.0

Weekly downloads
116
License
ISC
Repository
-
Last release
2 years ago

redux dev tools for js-atom v2

import atom from 'js-atom';
import atomReduxDevTools, { init } from 'atom-rdt';
const APP_VERSION = 1.0.1
// Optional  config
init('logrocketApiKey', APP_VERSION);

// Setup
const store = createAtom({});
store.addWatch('rdt-watcher', atomReduxDevTools);

// Reducer
function myReducer(somethingNew) {
  return store.swap(oldState => ({ ...oldState, somethingNew }), 'my-action-type');
}

Outputs

2.0.0

2 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago