Revisolution / typed-redux-kit

Scaffoldings for Redux with Typescript
19 stars 5 forks source link

Declarative way to bind sub reducers #5

Open Rokt33r opened 7 years ago

Rokt33r commented 7 years ago

For now, we have to bind our sub reducers to Mapped Reducer on runtime. This makes type inferences doesn't work well.

So, we have to figure out more declarative way to bind the sub reducers