|
| 1 | +## August 4 ([discuss](https://github.com/reactjs/core-notes/pull/26)) |
| 2 | + |
| 3 | +### Attendees |
| 4 | + |
| 5 | +* [Ben](https://twitter.com/soprano) (React) |
| 6 | +* [Christopher](https://twitter.com/vjeux) (React) |
| 7 | +* [Dan](https://twitter.com/dan_abramov) (React) |
| 8 | +* [Keyan](https://twitter.com/keyanzhang) (React, intern) |
| 9 | +* [Kevin](https://twitter.com/lacker) (Developer Advocacy) |
| 10 | +* [Paul](https://twitter.com/zpao) (React) |
| 11 | +* [Sebastian](https://twitter.com/sebmarkbage) (React) |
| 12 | +* [Tom](https://twitter.com/tomocchino) (React) |
| 13 | + |
| 14 | +### Individual Updates |
| 15 | + |
| 16 | +#### Ben |
| 17 | + |
| 18 | +* Participated in [React Application Architecture](https://twitter.com/soprano/status/759177157755019264) panel at [ForwardJS](https://forwardjs.com). |
| 19 | +* Reviewing [Keyan](https://twitter.com/keyanzhang)’s pull request that adds a UI for displaying warnings with “snooze”. ([#7360](https://github.com/facebook/react/pull/7360)) |
| 20 | +* Also reviewing [Sebastian](https://twitter.com/sebmarkbage)’s [pull requests](https://github.com/facebook/react/pulls?q=is%3Apr+author%3Asebmarkbage+fiber+is%3Aclosed) for the new [“Fiber” reconciler](https://github.com/reactjs/core-notes/blob/master/2016-06/june-23.md#update-on-fiber). |
| 21 | + |
| 22 | +#### Dan |
| 23 | + |
| 24 | +* Shipped more updates to [Create React App](https://github.com/facebookincubator/create-react-app). |
| 25 | +* There was more discussion about including Jest in the community. |
| 26 | +* [Christoph](https://twitter.com/cpojer) is working super hard to [turn Jest perception around](https://github.com/facebookincubator/create-react-app/pull/250#issuecomment-237098619) and make it a good test runner. |
| 27 | +* [Dan](https://twitter.com/dan_abramov) still has some concerns about Jest usability and will communicate them to [Christoph](https://twitter.com/cpojer) so they get fixed before Create React App officially includes testing. |
| 28 | + |
| 29 | +#### Keyan |
| 30 | + |
| 31 | +* Working on the new UI for warnings. ([#7360](https://github.com/facebook/react/pull/7360)) |
| 32 | +* Fixed an issue with inputs in mobile browsers. ([#7397](https://github.com/facebook/react/pull/7397)) |
| 33 | +* Also fixed a memory leak in server rendering in development. ([#7410](https://github.com/facebook/react/pull/7410)) |
| 34 | + |
| 35 | +#### Paul |
| 36 | + |
| 37 | +* Shipped [React 15.3.0](https://github.com/facebook/react/releases/tag/v15.3.0). |
| 38 | +* Working on internal codemods that remove code directly `import`ing modules from React on Facebook.com. |
| 39 | +* Switched the documentation to use [npmcdn](https://npmcdn.com/#/). ([#7394](https://github.com/facebook/react/pull/7394)) |
| 40 | + |
| 41 | +------------ |
| 42 | + |
| 43 | +Please feel free to discuss these notes in the [corresponding pull request](https://github.com/reactjs/core-notes/pull/26). |
0 commit comments