d3dc / react-rematch

React bindings for Rematch's flavor of Redux
ISC License
3 stars 0 forks source link

Fix types #2

Open d3dc opened 5 years ago

d3dc commented 5 years ago

The goal is to only require @rematch/core types.

We should be able to infer select plugin stuff from the store right?

How do we pass TProps?

How do we use native Selector types from react-redux?

Generally, I am very bad at typescript.