-
Notifications
You must be signed in to change notification settings - Fork 49.3k
Docs updates per community response #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Maybe React and JSX should be split in 2 separate projects, to clarify even further the separation. |
@xcambar they definitely are internally, we should look into moving in that direction externally as well. This should be a good start though. |
Docs updates per community response
React minimizes interactions with the DOM by using a mock representation | ||
of the DOM. | ||
Describe how you want your component to look. React will automatically compute | ||
the fastest way to keep the UI up-to-date when the data changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about "the fastest way to update the UI when the data changes"?
…IE8 … 8615ade philix Add jsx-requirejs-plugin to the tooling-integration page 978a8f5 philix Remove the require-jsx plugin from the tooling-integration page … e23e627 spicyj Mention react-art where we talk about SVG 13c211a spicyj Fix typo 3afe6de passy Add gulp-react to Helpful OSS Projects … 8ef2cec xixixao Document displayName ee90857 Daniel15 Add link to HTML to JSX converter to “JSX In Depth” page 5cbc727 Daniel15 Change “not allowed” back to “discouraged” since you technically *can… … ea41991 vjeux Community Round-up #14 658aa45
… steps The following steps also have an ajax function, but the 'error:' param is gone after facebook#13: facebook#14 facebook#17 facebook#19 facebook#20 This may be superfluous, but it helped me find an error with something I was doing - Namely, in my .json file, I had single line javascript comments ("//") that I copied from the tutorial. I couldn't find the issue on later steps, but was able to see my issue when the error handler complained about an unexpected "/" in my file in step facebook#13.
The following steps also have an ajax function, but the 'error:' param is gone after #13: #14 #17 #19 #20 This may be superfluous, but it helped me find an error with something I was doing - Namely, in my .json file, I had single line javascript comments ("//") that I copied from the tutorial. I couldn't find the issue on later steps, but was able to see my issue when the error handler complained about an unexpected "/" in my file in step #13.
Man, we did a bad job messaging JSX and component architectures in general. This tries to reposition us a little better.
I may beat the JSX horse a little bit, but I think it's one that needs to be beaten.