ryardley / ts-bus

A lightweight JavaScript/TypeScript event bus to help manage your application architecture.
MIT License
134 stars 8 forks source link

Redux Devtools Support #46

Closed ryardley closed 4 years ago

ryardley commented 4 years ago

This closes https://github.com/ryardley/ts-bus/issues/18

This is pretty cool as now we can have devtools support which would be a major blocker to using this in a large project.

TODO:

codecov[bot] commented 4 years ago

Codecov Report

Merging #46 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #46   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           6      6           
  Lines          90     91    +1     
  Branches       13     13           
=====================================
+ Hits           90     91    +1
Impacted Files Coverage Δ
src/EventBus.ts 100% <100%> (ø) :arrow_up:
src/useBusReducer.ts 100% <100%> (ø) :arrow_up:
src/useBusState.ts 100% <100%> (ø) :arrow_up:

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 b5b809f...08e4507. Read the comment docs.

ryardley commented 4 years ago

Merged this through as I needed it on a project.