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

Commit 7b1f6da

Browse files
authored
Merge pull request #37 from reactjs/gaearon-patch-1
Add November, 10 notes
2 parents f16d94c + 7ee71ca commit 7b1f6da

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

2016-11/november-10.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## November 10 ([discuss](https://github.com/reactjs/core-notes/pull/37))
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+
* Figuring out what the right behavior for error boundaries and uncaught errors should be in Fiber. For now, decided that we're going to unmount the whole tree when there is an uncaught error. We can potentially keep the DOM tree in the future. ([#8227](https://github.com/facebook/react/pull/8227))
16+
17+
#### Ben
18+
19+
* Working on infrastructure that lets us separate dev-only test failures (such as warning assertions) from real failures. This will help us focus on bugs in Fiber. Such assertions will be using `expectDev()` instead of `expect()`. ([#8228](https://github.com/facebook/react/pull/8228))
20+
21+
#### Dan
22+
23+
* Fixed a few minor issues in Fiber related to `TestUtils`.
24+
25+
#### Sebastian
26+
27+
* Working on integrating DOM properties and events into Fiber.
28+
29+
### Why So Little?
30+
31+
We’re focused on [getting Fiber ready](http://isfiberreadyyet.com/) and have [many remaining issues](https://github.com/facebook/react/issues/7925) to work on so we don’t talk as much. :-)
32+
33+
------------
34+
35+
Please feel free to discuss these notes in the [corresponding pull request](https://github.com/reactjs/core-notes/pull/37).

0 commit comments

Comments
 (0)