Commit Graph

8 Commits

Author SHA1 Message Date
Luke Belliveau
61506b31f7 Amended implementation-notes.md with link to Dan Abramov's post describing difference between React components, elements, and instances (#9388)
* Amended implementation-notes.md to include a link to a blog post by Dan Abramov, explaining the difference between components, elements, and instances. An understanding of this distinction is crucial in tracing through Implementation pseudocode, and reading Dan's blog first may ease newcomers into understanding the implementation.

* adjusted wording to maintain stylistic consistency with rest of content, per @aweary's request
2017-04-09 14:37:41 -05:00
najisawas
b3cdd07f2a Fixed typo on implementation notes page (#9258)
Added paren to "mountComponent()" for consistency
2017-03-25 20:57:28 -05:00
Shuhei Kagawa
b1eabd709f Correct a method param in Implementation Notes (#8252) 2016-11-10 14:19:27 +00:00
Phil Quinn
2e9b16442c correct order of params in documentation (#7989) 2016-10-22 21:59:54 +01:00
Kevin Lacker
aa9544bfac New Documentation 2016-10-21 20:59:08 +01:00
CT Wu
036832a302 Fix a typo in the doc (#7969) 2016-10-13 16:58:57 +01:00
Giorgio Polvara
e458190a61 Fix typo (#7953) 2016-10-12 21:29:37 -05:00
Dan Abramov
ec9d728f3d Add Implementation Notes and amend Codebase Overview (#7830)
* Add more to Codebase Overview

* WIP

* Start a reconciler overview

* Add a few more sections

* todo

* WIP

* Finish it

* Whitespace

* Minor tweaks

* Minor tweaks
2016-10-10 17:29:48 +01:00