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

Add notes for August, 25 #28

Merged
merged 1 commit into from
Aug 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-08/august-25.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## August 25 ([discuss](https://github.com/reactjs/core-notes/pull/28))

### Attendees

We had no meeting because of [React Rally](http://reactrally.com) but we have some individual updates.

### Individual Updates

#### Ben

* Fixed DOM nesting message to be less confusing for whitespace. ([#7515](https://github.com/facebook/react/pull/7515))
* Currently at [React Rally](http://reactrally.com).

#### Chris

* Started adding Flow types to React codebase! ([PRs keep coming](https://github.com/facebook/react/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Avjeux%20is%3Aclosed%20flow%20))

#### Dan

* Spent a couple of weeks improving performance of React in development. (out in [15.3.1](https://github.com/facebook/react/releases/tag/v15.3.1))
* Fixed some issues in React DevTools and learned to release them. ([#409](https://github.com/facebook/react-devtools/pull/409), [#410](https://github.com/facebook/react-devtools/pull/410), [#411](https://github.com/facebook/react-devtools/pull/411), [#412](https://github.com/facebook/react-devtools/pull/412), [#413](https://github.com/facebook/react-devtools/pull/413))
* Released a few updates to Create React App ([0.2.2](https://github.com/.../create-react-app/releases/tag/v0.2.2), [0.2.3](https://github.com/.../create-react-app/releases/tag/v0.2.3))
* Fixed an annoying warning I previously introduced ([#7548](https://github.com/facebook/react/pull/7548))
* Added Chrome Timeline integration to ReactPerf ([#7549](https://github.com/facebook/react/pull/7549), scheduled for 15.4.0)
* Going on a vacation from September 4th to September 20th.

#### Paul

* Shipped [React 15.3.1](https://github.com/facebook/react/releases/tag/v15.3.1).
* Gave a talk about building React from scratch. [Check it out!](https://youtu.be/nI0cQ-2YR1I?t=1h7m15s)

#### Sebastian

* Looking into some race conditions in [Fiber](https://github.com/reactjs/core-notes/blob/master/2016-06/june-23.md#update-on-fiber).