Hacker News new | ask | show | jobs
by mcphage 3259 days ago
> React itself is fundamentally a reconciliation engine.

Do you know of any good articles / books / videos that talk more about this idea?

2 comments

Yeah - my React/Redux links list has a big section of articles that talk about React's implementation, including both articles that dig into the actual React source and implementation, and many "build-a-mini React" articles: https://github.com/markerikson/react-redux-links/blob/master... .
Thank you!
This was the first overview I read, and it's pretty good (but incomplete):

https://github.com/reactjs/react-basic

Thanks, I'll check it out.