From 3214294a30c501572af8d3890fa09ea2736c18c1 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Tue, 30 Aug 2016 21:37:48 +0100 Subject: [PATCH] Add notes for August, 25 --- 2016-08/august-25.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 2016-08/august-25.md diff --git a/2016-08/august-25.md b/2016-08/august-25.md new file mode 100644 index 0000000..31ddea8 --- /dev/null +++ b/2016-08/august-25.md @@ -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). +