ahoym / redesert

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

Break up `redesert` sub-libraries into their own packages #26

Open ahoym opened 6 years ago

ahoym commented 6 years ago

Is this a feature request or a bug report?

What is the current behavior?

Currently redesert is composed of several sub-libraries that all do specific logic in redux's unidirectional data flow. While redesert can still continue to contain all of that logic combined into a single interface, the actual libraries can be destructured out of this so that developers can get have more granular power, use different redux cycle technologies, or have more control over dependency management. For example:

What is the expected behavior?

FredKSchott commented 5 years ago

Have you looked into https://lernajs.io/ at all? A lot of multi-package projects end up using something like this so that you're not stuck jumping across and keeping manual track of different dependencies.