JSPM

  • Created
  • Published
  • Downloads 623
  • Score
    100M100P100Q55272F
  • License ISC

Authorization, Fetcher, Preload. Tools for ServerSide rendering

Package Exports

  • react-isomorphic-tools
  • react-isomorphic-tools/constants
  • react-isomorphic-tools/lib/loadData
  • react-isomorphic-tools/lib/resolveRoutes
  • react-isomorphic-tools/middlewares/preload
  • react-isomorphic-tools/reducers/immutable

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-isomorphic-tools) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-isomorphic-tools


Used libraries

  1. immutable@^3.8.1
  2. react-router@^4.1.1
  3. react-router-dom@^4.1.1
  4. react-router-config@^1.0.0-beta.3
  5. react-router-redux@next

Works:

  • Preload data before transition
  • Preload data for ServerSide
  • Chunks over getComponent: ()=>import('./component/Home')
  • Handle Errors client/server

to be continued...