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 21:04:10 +07:00
2019-09-14 12:01:29 +07:00
2019-09-14 12:01:29 +07:00
2019-09-10 21:29:10 +07:00