This repository was archived by the owner on Jul 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Add notes for October, 13 #33
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
## October 13 ([discuss](https://github.com/reactjs/core-notes/pull/33)) | ||
|
||
### Attendees | ||
|
||
* [Dan](https://twitter.com/dan_abramov) (React) | ||
* [Sebastian](https://twitter.com/sebmarkbage) (React) | ||
* [Tom](https://twitter.com/tomocchino) (React) | ||
|
||
### Team Changes | ||
|
||
* [Jim](https://github.com/jimfb) has left Facebook to pursue other projects. Thanks to Jim for all his hard work and contributions! | ||
* [Paul](https://twitter.com/zpao) has left the React team to work on open source infrastructure at Facebook. Thanks to Paul for all the thankless work triaging issues and managing the release process! | ||
* [Christopher](https://twitter.com/vjeux) has switched to working on developer experience in Nuclide. Thanks to Christopher for his work on the React team (including inspiring and starting Create React App)! | ||
* [Andrew](http://twitter.com/acdlite) is going through the Bootcamp and will join the React team soon. | ||
|
||
The React core team now consists of: | ||
|
||
* [Andrew](https://twitter.com/acdlite) | ||
* [Ben](https://twitter.com/soprano) | ||
* [Dan](https://twitter.com/dan_abramov) | ||
* [Sebastian](https://twitter.com/sebmarkbage) | ||
* [Tom](https://twitter.com/tomocchino) (manager) | ||
|
||
### Discussion | ||
|
||
#### Next Focus: Shipping Fiber | ||
|
||
We are shifting our focus and will spend the rest of the year working on [Fiber](https://github.com/facebook/react/issues/6170). This means we won't be working on JavaScript styles as originally planned. It seems like Fiber is our best shot at fixing many long-standing issues with React, and we are going to place all our effort into either replacing existing reconciler with Fiber, or failing spectacularly with it (and learning from that). | ||
|
||
#### New React Docs | ||
|
||
* Dan published [Codebase Overview](https://facebook.github.io/react/contributing/codebase-overview.html) and [Implementation Notes](https://facebook.github.io/react/contributing/implementation-notes.html) as he planned for a long time. | ||
* Andrew, Ben, Dan, [Héctor](https://github.com/hramos), [Eric](https://twitter.com/ericnakagawa), and [Kevin](http://twitter.com/lacker) are working on the new documentation for the React website ([#7864](https://github.com/facebook/react/pull/7864)). We rewrote all of the introductory content to use modern APIs and consistent terminology, and also rewrote some of the advanced content. Ben wrote a new tutorial that we've been using internally at Facebook for a while. Kevin drives this effort, will land next week. | ||
|
||
#### Releasing 15.4.0 | ||
|
||
* Sebastian separated `React` from `ReactDOM` in [#7164](https://github.com/facebook/react/pull/7164) and this will get into 15.4.0. | ||
* This means that projects reaching into `react/lib/*` (which was never supported!) will break. | ||
* We published an RC and ask people to try it and file issues with breaking projects. ([#7770](https://github.com/facebook/react/issues/7770#issuecomment-253899837)) | ||
|
||
------------ | ||
|
||
Please feel free to discuss these notes in the [corresponding pull request](https://github.com/reactjs/core-notes/pull/33). |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Best of luck @jimfb!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woah no way, how did I miss this! @jimfb I'll miss seeing you in the issue tracker 😢
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jimfb, thanks for your help in the past few months and good luck with your new adventure!