Hacker News new | ask | show | jobs
by Rapzid 3361 days ago
Fiber is what I'm really waiting for. Not much official chatter about it, but looks like a 16 release?

They just removed some addons in master that many third party packages rely on, including material-ui. Hopefully these other popular packages can be ready to go with the changes when the fiber release hits.

3 comments

This is the prep for fiber. They're releasing something with deprecation warnings so when they have to completely remove those things in 16 (w/ fiber), everyone will be ready.
I think Dan Abramov posted this recently:

    npm install react@next react-dom@next --save
It's still in compat mode, but the new return types for instance are already live.
When I saw this post I immediately hit http://isfiberreadyyet.com/ and was sad it went back down to 92% :|
We added some more tests for server rendering (which Fiber doesn't yet support). Working on it though.
I appreciate all the hard work you guys are doing; I understand it takes time and I think most people are willing to wait.