klarna/electron-redux

Make sure the store serialization follows redux recommendations

Closed this issue ยท 3 comments

Actually I don't like idea of having this by default baked into the lib - it goes kinda against the redux recommendations itself:

It is highly recommended that you only put plain serializable objects, arrays, and primitives into your store.

I would like to extract this and make it configurable so users when using the middleware can configure it with their own serializer at their own risk (and we ofc can provide them with example serializer used here ๐Ÿ‘๐Ÿป )

As a follow up we should address this on v2

I'm going to work on this

๐ŸŽ‰ This issue has been resolved in version 2.0.0-alpha.2 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€

resolved #272