Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Files

Latest commit

 

History

History
49 lines (30 loc) · 2.77 KB

october-27.md

File metadata and controls

49 lines (30 loc) · 2.77 KB

October 27 (discuss)

Attendees

Individual Updates

Andrew

  • 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 for unstable_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.

Dan

  • 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)

Sebastian

  • Fixed a few bugs in Fiber and implemented findDOMNode() and isMounted(). (#8083)
  • Working on adding DOM attributes and events to Fiber.
  • Working with Christopher on getting #8117 merged. Chistopher needs it for Nuclide.

#### Tom

Discussions

Release Process

  • 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.