Closed ahdinosaur closed 8 years ago
@@ master #14 diff @@
========================================
Files 4 5 +1
Lines 53 57 +4
Methods 0 0
Messages 0 0
Branches 0 0
========================================
+ Hits 53 56 +3
- Misses 0 1 +1
Partials 0 0
Powered by Codecov. Last updated by 4b253d0...3ba1c1b
hmm, i'm not sure, i'm still figuring out what opinion i want to recommend for structuring nested apps.
yeah nah
send-action has some nice sugar for dispatching actions. it's possible we wrap this within
dispatch
, but i'd rather it be separate and re-usable, allowing us to use it for any action creation while keepingstart
to a minimal core.how it works:
should work for many ways of handling actions (assuming actions are an object), not just 'namespace:key' action types (but i am liking this approach).
thoughts?