Releases: uralys/taverne
Releases · uralys/taverne
High-performing devtools
One Store + Pouring 🍺
- now global state is handle by 1 store
- using the previous hook mecanism per store as 1 hook
pour
🍺
Redux devtools middleware
Perform can dispatch
dispatch
is now available when you perform
business.
perform(parameters, getState, dispatch)
Reactions
Introducing reactions: {on,perform, reduce}
Introducing Middlewares + Immer
💥 breaking changes
- moved computeActions to middlewares
- using immer.produce
- handling thunks for async calls before reducing
Providing all stores from a single hook
removed React context mecanism: no more need to wrap your app in context providers