Skip to content

Conversation

@macoley
Copy link
Contributor

@macoley macoley commented May 4, 2022

Integration with Redux Dev Tools in progress 🦖

  • DevTools connection
  • Multiple store instances
  • Naming store
  • Recording toggle
  • Dispatching external props changing action
  • Dispatching side-effect action (unexpected state change)
    • integration with @bit-about/event
  • Dispatching setState actions
  • Jumping to past actions/states
  • Reseting state
  • Importing state
  • Rollback / Skip action (probably will never be possible - the state it's not fully deterministic)
  • Reorder (unsupported)
  • Commiting action from devTools
  • Making state more readable (displaying functions)
  • Small refactor
  • Adding useSideEffect for internal sideEffects
  • Making demo example prettier
Screen.Recording.2022-05-04.at.12.44.13.mp4

@codecov-commenter
Copy link

codecov-commenter commented May 4, 2022

Codecov Report

Merging #9 (2a1a6aa) into main (e336884) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main       #9      +/-   ##
==========================================
+ Coverage   98.46%   98.47%   +0.01%     
==========================================
  Files           4        4              
  Lines         130      131       +1     
  Branches       28       28              
==========================================
+ Hits          128      129       +1     
  Misses          2        2              
Impacted Files Coverage Δ
src/state.ts 97.36% <100.00%> (+0.07%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e336884...2a1a6aa. Read the comment docs.

@macoley macoley marked this pull request as ready for review May 8, 2022 22:40
@macoley macoley merged commit 880c3f0 into main May 8, 2022
@macoley macoley deleted the feat/devtools branch May 8, 2022 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants