Skip to content

v0.2.0

Choose a tag to compare

@jaredpalmer jaredpalmer released this 10 Jun 15:20
· 1811 commits to master since this release
  • Refactor from single src to client, common, server folders.
  • Move all Webpack-related files to a new tools directory.
  • Remove callAPIMiddleware as it became quite opinionated, will eventually create docs for reducing boilerplate/verbosity
  • Add a sourceRequest to global state. It tracks each request's host and protocol and loads them into the store's initialState
  • Added co-located selectors with reducers