Skip to content

basaldev/atom-rdt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redux dev tools for js-atom v2

Breaking Change:

As of version 2, Log Rocket support has been removed.

import atom from 'js-atom';
import atomReduxDevTools from 'atom-rdt';
const APP_VERSION = 1.0.1
// Setup
const store = createAtom({});
store.addWatch('rdt-watcher', atomReduxDevTools);

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

Outputs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published