ahoym / redesert

Work in Progress - Opinionated HOFs for auto-generating REST API consuming redux logic
MIT License
3 stars 1 forks source link

Add factory for making a reducer that handles FETCH cases #1

Closed ahoym closed 6 years ago

ahoym commented 6 years ago

Context

Now that master has the initial scaffolding, we can start to add the simple actual reducer factories that will be used to populate the defaultReducerFactories. This PR adds a reducer for handling all action types that deal with fetching data.

Of note: Specifically handles actions that are FETCH_* related.

Additional Changes: