React as a UI Runtime
https://overreacted.io/react-as-a-ui-runtime/ [overreacted.io]
2019-02-21 21:02
In this post, I’m describing most of the React programming model from first principles. I don’t explain how to use it — just how it works.
It’s aimed at experienced programmers and folks working on other UI libraries who asked about some tradeoffs chosen in React. I hope you’ll find it useful!
Interesting read, even if I don’t use react.