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

Commit 3c915eb

Browse files
authored
Merge pull request #28 from reactjs/gaearon-patch-1
Add notes for August, 25
2 parents a294654 + 3214294 commit 3c915eb

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

2016-08/august-25.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## August 25 ([discuss](https://github.com/reactjs/core-notes/pull/28))
2+
3+
### Attendees
4+
5+
We had no meeting because of [React Rally](http://reactrally.com) but we have some individual updates.
6+
7+
### Individual Updates
8+
9+
#### Ben
10+
11+
* Fixed DOM nesting message to be less confusing for whitespace. ([#7515](https://github.com/facebook/react/pull/7515))
12+
* Currently at [React Rally](http://reactrally.com).
13+
14+
#### Chris
15+
16+
* 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))
17+
18+
#### Dan
19+
20+
* 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))
21+
* 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))
22+
* 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))
23+
* Fixed an annoying warning I previously introduced ([#7548](https://github.com/facebook/react/pull/7548))
24+
* Added Chrome Timeline integration to ReactPerf ([#7549](https://github.com/facebook/react/pull/7549), scheduled for 15.4.0)
25+
* Going on a vacation from September 4th to September 20th.
26+
27+
#### Paul
28+
29+
* Shipped [React 15.3.1](https://github.com/facebook/react/releases/tag/v15.3.1).
30+
* Gave a talk about building React from scratch. [Check it out!](https://youtu.be/nI0cQ-2YR1I?t=1h7m15s)
31+
32+
#### Sebastian
33+
34+
* Looking into some race conditions in [Fiber](https://github.com/reactjs/core-notes/blob/master/2016-06/june-23.md#update-on-fiber).
35+

0 commit comments

Comments
 (0)