Flesh out reference documentation, more API info#351
Flesh out reference documentation, more API info#351petehunt merged 1 commit intofacebook:masterfrom
Conversation
docs/docs/09-examples.md
Outdated
There was a problem hiding this comment.
This is now react-page
There was a problem hiding this comment.
True. I seem to remember this getting changed somewhere but this is what master says right now.
There was a problem hiding this comment.
|
I wonder if we should put parens after method names in the headings. Core APII don't really like the word "core", would "top-level" be more descriptive? In Component APIOn the docs for
nextState could use backticks Component Specs and LifecycleWhen I hear "spec" in JS land I think Jasmine test. I don't have a better alternative for you though, so not a huge deal. setTimeout could use backticks Tags and Attributes"to match the DOM" => "to match the DOM API specification" Event SystemnativeEvent needs backticks DOM differences"We intentionally break with the spec here" has a comma splice Other than that lgtm |
Flesh out reference documentation, more API info
I created a new "Reference" section on the left with more API docs including a list of all supported tags, attributes, and events. This goes some of the way towards #171 but doesn't really explain how all the delegation works so there's still more work to be done.
See it in action at http://benalpert.com/react/docs/core-api.html.