Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Releases: ambientlight/reductive-dev-tools

Revamp

17 Dec 20:07
ea7080a

Choose a tag to compare

Implementation revamp: instead of building on top of react-devtools-extension direct APIs, we mock redux-js store behind devtool-extension that is bridged with reductive store, this allows us to support all redux-devtools-extension available features.

Other changes:

  • state is no longer serialized by default. (for bs-platform 7.0.0)
  • ability to pass custom action / state serializers.
  • action creator in enhancer options is now Js.t rather then Js.Dict.t
  • action creator for redux-devtools-extension update now needs to be specified.