Splitting the decorators from the core #88
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
MichaelContento/redux-storage#88
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now, when using this package without immutable, it will still require immutablejs which is quite big.
Each decorators should be required separately or be in its own package.
Good point! Which solution do you prefer?
Own require for decorators is the solution demanding the less work I think. I quite like it, it keeps the package.json clean
I'm currently unsure. Yes, own require would be very easy. But as we're about to introduce a breaking API change, I'm willing to go a few more steps 😃
IMHO solution 4) would be the cleanest. We would also get proper dependency support for
redux-storage/engines/reactNativeAsyncStorage.Good point
👍