Skip to content

Commit

Permalink
Add Dan Abramov's React as a UI Runtime article
Browse files Browse the repository at this point in the history
Deep dive into the React programming model from first principles from React's lead developer (aka *Gold*)
  • Loading branch information
josgraha authored Feb 10, 2019
1 parent c6a8039 commit 608ec50
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion react-implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@


#### 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
Expand Down Expand Up @@ -245,4 +248,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 608ec50

Please sign in to comment.