Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 413 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 413 Bytes

redux-shuttle

A tool for bundling reducers, action types and actions when using redux and saga, aesthetic toppings for your redux meal.

The action created by shuttle is not side effect, so you should integrate side effect tool(such as saga) into your project for dealing with your action with side effect.

redux-shuttle side effects plugins: redux-saga-shuttle [https://github.com/jaylone/redux-saga-shuttle]