Jerko Steiner a8d603dd59 Refactor store to accept state as part of params
The old code was returning a fn because TypeScript could not figure out
generic type parameters when params was an object like:

    interface Params<State> {
      a: Reducer<State>
      b: Partial<State>
    }

    function test<State>(params: Params<State>) {
      // ...
    }
2019-09-26 23:52:46 +07:00
2019-09-16 10:46:17 +07:00
2019-08-01 09:17:38 +07:00
2019-07-31 07:19:22 +08:00
2019-09-16 21:04:10 +07:00
2019-01-18 20:15:13 +01:00
2019-09-25 12:40:56 +07:00
Description
No description provided
2.5 MiB
Languages
TypeScript 97.9%
JavaScript 2%