v0.7.0 (2018-10-26)
Now using [email protected]
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 [email protected] (356b3a5a)
New Features
- Home: mention React version (ca23a588)
Diff: v0.6.0...v0.7.0