Skip to content

Latest commit

History

History
10 lines (7 loc) 路 564 Bytes

ROADMAP.md

File metadata and controls

10 lines (7 loc) 路 564 Bytes

Roadmap

Feature versions

Version 8 will be focused on becoming compatible with async React which includes both suspense and the expected async server-side-renderer that has yet to be released. The goals for this version may include:

  • Rely on suspense and a runtime cache to do just-in-time data fetching
  • Remove the requirement to define data dependencies in a config file
  • Use React's native mechanisms to perform template and data prefetching (via React.lazy and the suspense cache)
  • Support more/any build system (eg. Create React App, Parcel, etc)