Commit Graph

9 Commits

Author SHA1 Message Date
Adam Markon
c6b6dc2d56 Stop calling function components stateless (#1760)
These docs still refer to function components as "stateless function components" despite the fact that function components aren't necessarily stateless (anymore). The docs shouldn't use this outdated terminology anymore. 

I left the "stateless" in the link to avoid breaking existing links to these docs but can remove if keeping links valid isn't a priority.
2019-02-28 14:31:52 +00:00
Nat Alison
25df15b83e reapply, correctly generating links 2019-02-06 18:03:29 -08:00
Nat Alison
dc1e5366e3 revert id adding 2019-02-06 18:00:52 -08:00
Nat Alison
3e49e971d0 add everything else again 2019-02-06 17:22:04 -08:00
Dan Abramov
81afcfbd87 Functional -> function (#863) 2018-10-04 22:13:09 +01:00
Alex Krolick
1ead0605c2 17 -> future version 2018-03-23 11:04:29 -07:00
Alex Krolick
ccc1f26b60 Replace "deprecated" with "legacy" for now 2018-03-22 22:41:30 -07:00
Alex Krolick
808e5bddaf Rephrase and reorganize
- Move Motivation to top @bvaughn
- Copy in some Motivation text from the RFC for the intro para
- Update examples
  - Remove state from simple example
  - Remove "random color" example;
  just toggle a theme variable instead
- Update highlights
2018-03-21 01:28:01 -07:00
Alex Krolick
0780f7252e Reorganize examples & legacy docs 2018-03-20 18:14:16 -07:00