-
Notifications
You must be signed in to change notification settings - Fork 49.3k
Description
In the new Reactjs.org docs, the nav only has different pages. This makes it very difficult to quickly find / jump to a part of the docs you care about.
If this change would be accepted, I'll create the PR for it.
For example - what are the life cycle events in React?
The closest thing in the nav is "Quick Start > State and Lifecycle". After navigating to this page, and reading for a few seconds - it becomes clear this is a tutorial. Is there a list of the lifecycle events? I'm not sure. I scan through the whole page. Doesn't look like it, but maybe I just missed it.
Repeating this process of scrolling through entire pages is time consuming, so instead I just google "react 16 lifecycle events" and end up finding it on someone's independent blog post.