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

fix spelling #27

Merged
merged 1 commit into from
Aug 24, 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
2 changes: 1 addition & 1 deletion 2016-07/july-28.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

#### Plan for Reconcilers and Renderers

* Paradoxically, `react` package won’t include include the React algorithm (“reconciler”) anymore.
* Paradoxically, `react` package won’t include the React algorithm (“reconciler”) anymore.
* For example, `React.createElement()` and `React.Component` stay there, but not the reconciler itself.
* This makes sense because components relying on `react` don’t actually care how reconciler is implemented.
* The React reconciler will exist in renderer packages such as `react-dom` and `react-native`.
Expand Down