October 27 (discuss)
- Implemented string refs on top of callback refs in Fiber. (#8099)
- Implemented support for
PureComponent
to Fiber. (#8118) - Working on making
ReactDOM.render()
synchronous by default in Fiber, and adding support forunstable_batchedUpdates()
to Fiber. (#8127) - Will work again on something like #7457 so that
setState()
inside low priority trees does not cause them to get a high priority.
#### Ben
- We are already tracking how many tests as passing on Fiber. Working on setting up infrastructure so we know which tests exactly are failing, and make sure we don't regress on old tests as we add new features.
- Merged Jim's pull request for making error boundaries work for updates in the existing reconciler, and added more tests. They are still hidden behind an
unstable_
API prefix as they are not fully supported. (#7949) - Working on supporting error boundaries in Fiber. It already implements more cases than error boundaries in the existing reconciler. (#8095)
- Fixed a few bugs in Fiber and implemented
findDOMNode()
andisMounted()
. (#8083) - Working on adding DOM attributes and events to Fiber.
- Working with Christopher on getting #8117 merged. Chistopher needs it for Nuclide.
#### Tom
- Made a website to track our progress working on Fiber: isfiberreadyyet.com.
- Paul has left the team and will work on open source tooling at Facebook. Somebody needs to take over the release process. Ben agreed to help with 15.4.0.
- Paul was working on a release manager so releasing is more automated. However nobody used it yet. We'll probably need some help from Paul to demo it to us when he's back from a vacation.
Please feel free to discuss these notes in the corresponding pull request.