5 Commits

Author SHA1 Message Date
4b170b4e63 Run eslint --fix 2019-11-01 11:18:50 -04:00
1bd19286fa Upgrade all packages 2019-10-31 19:44:28 -04:00
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
003032c3ef Fix linting error in packages/redux 2019-09-15 16:20:52 +07:00
eebe26f706 Extract redux, http-types, http-client and test-utils 2019-09-10 17:56:25 +07:00