issues
search
Odonno
/
ReduxSimple
Simple Stupid Redux Store using Reactive Extensions
http://www.nuget.org/packages/ReduxSimple/
MIT License
144
stars
20
forks
source link
Create a Redux DevTools component
#25
Closed
Odonno
closed
5 years ago
Odonno
commented
6 years ago
[x] Create a UWP component to be used as-is or in a separate window (picture-in-picture)
[x] Display a list of all actions in the store
[x] Show current action selected (name + payload)
[x] Show state related to the action (output state)
[ ]
Show diff state (between previous and new state)
[x] Time travelling (back/forward/reset/slider)
[ ]
Save/Restore state (with a json file)
[x] Update sample app to use Redux DevTools component in a separate window (picture-in-picture)
[x] Publish a NuGet package for UWP
Show diff state (between previous and new state)Save/Restore state (with a json file)