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

Commit 29b2720

Browse files
authored
Merge pull request #35 from reactjs/gaearon-patch-1
Add notes for October, 27
2 parents f21d941 + be09027 commit 29b2720

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

2016-10/october-27.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
## October 27 ([discuss](https://github.com/reactjs/core-notes/pull/35))
2+
3+
### Attendees
4+
5+
* [Andrew](https://twitter.com/acdlite) (React)
6+
* [Ben](https://twitter.com/soprano) (React)
7+
* [Dan](https://twitter.com/dan_abramov) (React)
8+
* [Sebastian](https://twitter.com/sebmarkbage) (React)
9+
* [Tom](https://twitter.com/tomocchino) (React)
10+
11+
### Individual Updates
12+
13+
#### Andrew
14+
15+
* Implemented string refs on top of callback refs in Fiber. ([#8099](https://github.com/facebook/react/pull/8099))
16+
* Implemented support for `PureComponent` to Fiber. ([#8118](https://github.com/facebook/react/pull/8118))
17+
* Working on making `ReactDOM.render()` synchronous by default in Fiber, and adding support for `unstable_batchedUpdates()` to Fiber. ([#8127](https://github.com/facebook/react/pull/8127))
18+
* Will work again on something like [#7457](https://github.com/facebook/react/pull/7457) so that `setState()` inside low priority trees does not cause them to get a high priority.
19+
20+
#### Ben
21+
22+
* We are already [tracking](https://github.com/facebook/react/blob/facts/fiber-tests.txt) 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.
23+
24+
#### Dan
25+
26+
* Merged [Jim](https://github.com/jimfb)'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](https://github.com/facebook/react/pull/7949))
27+
* Working on supporting error boundaries in Fiber. It already implements more cases than error boundaries in the existing reconciler. ([#8095](https://github.com/facebook/react/pull/8095))
28+
29+
#### Sebastian
30+
31+
* Fixed a few bugs in Fiber and implemented `findDOMNode()` and `isMounted()`. ([#8083](https://github.com/facebook/react/pull/8083))
32+
* Working on adding DOM attributes and events to Fiber.
33+
* Working with [Christopher](https://twitter.com/vjeux) on getting [#8117](https://github.com/facebook/react/pull/8117) merged. Chistopher needs it for Nuclide.
34+
35+
#### Tom
36+
37+
* Made a website to track our progress working on Fiber: [isfiberreadyyet.com](http://isfiberreadyyet.com/).
38+
39+
### Discussions
40+
41+
#### Release Process
42+
43+
* [Paul](https://twitter.com/zpao) 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.
44+
* Paul was working on a [release manager](https://github.com/facebook/react/pull/7330) 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.
45+
46+
47+
------------
48+
49+
Please feel free to discuss these notes in the [corresponding pull request](https://github.com/reactjs/core-notes/pull/35).

0 commit comments

Comments
 (0)