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

Add November, 10 notes #37

Merged
merged 1 commit into from
Nov 30, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions 2016-11/november-10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## November 10 ([discuss](https://github.com/reactjs/core-notes/pull/37))

### Attendees

* [Andrew](https://twitter.com/acdlite) (React)
* [Ben](https://twitter.com/soprano) (React)
* [Dan](https://twitter.com/dan_abramov) (React)
* [Sebastian](https://twitter.com/sebmarkbage) (React)
* [Tom](https://twitter.com/tomocchino) (React)

### Individual Updates

#### Andrew

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

#### Ben

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

#### Dan

* Fixed a few minor issues in Fiber related to `TestUtils`.

#### Sebastian

* Working on integrating DOM properties and events into Fiber.

### Why So Little?

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. :-)

------------

Please feel free to discuss these notes in the [corresponding pull request](https://github.com/reactjs/core-notes/pull/37).