matthewp / haunted

React's Hooks API implemented for web components 👻

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question on potential Redux hooks

barryf001 opened this issue · comments

Hi,

I'd like to ask the question of whether the development has been considered for an implementation of redux hooks (similar to what is provided by react-redux).

We utilise redux as our app store and have seen a new functionality that we would like to integrate into our lit-element application. If these hooks had some sort of adapter/port we may be able to progress this idea.

The specific hooks in question would be:

https://github.com/reduxjs/react-redux/tree/master/src/hooks

With an aim for further integration with the hooks provided by this library

https://redux-toolkit.js.org/

Any insight would be most appreciated - ideas to implement/integrate most welcome.

Cheers 👍