Skip to content

Commit

Permalink
Merge pull request markerikson#112 from josgraha/patch-1
Browse files Browse the repository at this point in the history
Add Dan Abramov's React as a UI Runtime article
  • Loading branch information
markerikson authored Feb 10, 2019
2 parents c6a8039 + c1c637c commit 96895b6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion react-implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@

#### Implementation and Internals

- **React as a UI Runtime by Dan Abramov**
https://overreacted.io/react-as-a-ui-runtime
A deep dive into the React programming model from first principles

- **React.js Reconciliation**
https://www.infoq.com/presentations/react-reconciliation
A video presentation digging into how React's reconciliation algorithm determines how to properly update nodes based on render output.
Expand Down Expand Up @@ -245,4 +249,4 @@

- **What is React Fiber?**
https://giamir.com/what-is-react-fiber
An overview of the React Fiber rewrite, and how React's reconciler has been rewritten to improve performance and make rendering more flexible.
An overview of the React Fiber rewrite, and how React's reconciler has been rewritten to improve performance and make rendering more flexible.

0 comments on commit 96895b6

Please sign in to comment.