ahoym / redesert

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

Rename functions and constants for consistency, expose functions #9

Closed ahoym closed 6 years ago

ahoym commented 6 years ago

Context

Rename constants from _ERROR to _FAILURE as it makes a bit more sense, also noted in the redux docs: https://redux.js.org/advanced/async-actions#actions

Make reducer factories specifically *ReducerFactory

Additional Changes

Expose for developer consumption through an index.ts (build config for minifying not done yet)

Tasks