Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@topheman topheman released this 26 Oct 20:15
· 2 commits to master since this release

v0.7.0 (2018-10-26)

Now using react@16.7.0-alpha.0

Still building react-cache and scheduler from React sources.

Installing react and react-dom from npm using the 16.7.0-alpha.0 version.

That way:

  • we still can do suspense / data fetching using react-cache
  • we'll also be able to start using hooks! 🤟
Chores
  • *: removing hot reloading (ddc51a22)
  • react: now using react@16.7.0-alpha.0 (356b3a5a)
New Features
  • Home: mention React version (ca23a588)

Diff: v0.6.0...v0.7.0