matthewmueller / socrates

Small (8kb), batteries-included redux store to reduce boilerplate and promote good habits.
577 stars 14 forks source link

redux store compliance #11

Open akoenig opened 8 years ago

akoenig commented 8 years ago

It might be a good idea to be compliant with the redux store API, in order to be compatible with the overall redux ecosystem.

Let's consider the following scenario: You want to use preact directly and be able to connect your components with the store via react-redux. You have to provide an API surface which maps the following methods to the socrates API in order to fulfill this:

Is this something which is on your roadmap or completely out of scope for this project?

matthewmueller commented 8 years ago

+1, accepting PRs :-)