Commit Graph

290 Commits

Author SHA1 Message Date
Cheng Lou
4e3dd23316 fix 2 more entries 2013-10-29 14:20:04 -04:00
Cheng Lou
3c5555af50 new line at end of nac_docs; update to entry 4 2013-10-29 14:02:20 -04:00
Connor McSheffrey
3b8c13d08d Removed Q&A format 2013-10-29 10:42:47 -07:00
Connor McSheffrey
871b6c4252 Removing the grunt task generated live edit JS files since we're holding off on the inline edit feature for now 2013-10-29 10:15:45 -07:00
Cheng Lou
3545fe394c better grammar 2013-10-29 10:15:45 -07:00
Cheng Lou
7f14b38499 entry on false behavior 2013-10-29 10:15:45 -07:00
Connor McSheffrey
854593e574 Remove cb prefix from cookbook entries since they're already in /cookbook/ directory 2013-10-29 10:15:45 -07:00
Connor McSheffrey
b18b0c9c9a removed cookbook prefix from filenames 2013-10-29 10:15:45 -07:00
Connor McSheffrey
ae78fe9e12 better regex for filename 2013-10-29 10:15:45 -07:00
Connor McSheffrey
89384f4071 undo changes to extractCode, using grunt task instead 2013-10-29 10:15:45 -07:00
Connor McSheffrey
8d3d63cd96 added function that write to the output html file 2013-10-29 10:15:45 -07:00
Connor McSheffrey
d0467822e4 added seperate cookbook layout (since URL base of next/prev is hardcoded in layout), added next/prev yaml meta to each cookbook entry until I can find a way of generating them dynamically 2013-10-29 10:15:45 -07:00
Connor McSheffrey
62f271032c update cookbook nav 2013-10-29 10:15:45 -07:00
Cheng Lou
ae6d257a28 remove entry 13 jquery animation; react has animation 2013-10-29 10:14:21 -07:00
Cheng Lou
a4a88e7e8e one single child in ternary 2013-10-29 10:14:21 -07:00
Cheng Lou
33e2798a95 add lib integration entry; tweak 1 sentence 2013-10-29 10:14:20 -07:00
Cheng Lou
97eb0f1a6c ajax ex 2013-10-29 10:14:20 -07:00
Cheng Lou
015eda5260 fix all links to point to /react as root 2013-10-29 10:14:20 -07:00
Cheng Lou
4d7900a48a change some wording, add tip for events entry
- No need to mention React, you know you're working with it =).
- Wrap code elements in back ticks, so that they get the "box" styling for md.
- You'd want the snippet to work inside the live editor, so you need to `renderComponent`. As per wiki specification, the DOM element on which to mount is `mountNode`, just like on the front page.
- Don't forget the JSX pragma, or else your `render` fails.
- Nitpick: empty line after the end of md.
- No need for jQuery reference since
  1. The general mood around React is that you don't need jQuery.
  2. The syntax' still clear without jQuery.
  3. We're doing a jQuery integration entry =).
- `getInitialState` was absent.
- You don't need `componentWillMount` here. fetch them in `getInitialState`.
- The non-spoken convention seems to call the event handler `"handle" + eventName`. So `handleResize` clearly indicates it's a `resize` handler while `updateDimensions` might do something else. This latter name might actually be better under circumstances where you use call the method directly somewhere, but since we removed the only direct usage in `componentWillMount` this is fine.
- Went OCD again and tried to keep the code short. `width` is enough of a demo. Removed `height`.
- Distinguish between DOM events and React events. Wish we go full React events in a near future.
2013-10-29 10:14:20 -07:00
Cheng Lou
db16d570a0 modify some wording 2013-10-29 10:14:20 -07:00
Connor McSheffrey
153092896f Add event listeners cookbook entry 2013-10-29 10:14:20 -07:00
Cheng Lou
015b6c526d shrink working on props in state entry 2013-10-29 10:14:20 -07:00
Cheng Lou
65d1d23551 props in getInitialState as anti-pattern 2013-10-29 10:14:20 -07:00
Connor McSheffrey
b94189ef0f added grunt task for generating live samples JS 2013-10-29 10:14:20 -07:00
Cheng Lou
fb89fdb3d3 tip format for intro 2013-10-29 10:14:20 -07:00
Cheng Lou
92a0e81bd2 all typos 2013-10-29 10:14:20 -07:00
Connor McSheffrey
235101f457 Added backgroundImage example to "inline styles" cookbook entry 2013-10-29 10:14:20 -07:00
Connor McSheffrey
3a903be5fe minor spelling change on the "controlled input null value" cookbook entry 2013-10-29 10:14:20 -07:00
Cheng Lou
0dc3944e22 entry on willReceiveProps not triggered on mounting 2013-10-29 10:14:19 -07:00
Cheng Lou
6b0353ddc9 entry on controlled input with value null 2013-10-29 10:14:19 -07:00
Cheng Lou
d6af54946d add line-height to unitless css props 2013-10-29 10:14:19 -07:00
Cheng Lou
1c7b6c240f style prop value shorthand, children prop manip warning 2013-10-29 10:14:19 -07:00
Cheng Lou
9558b42b1c entry on returning only one node from render 2013-10-29 10:14:19 -07:00
Cheng Lou
6a04b5aefd fix permalink, temporarily remove script field of Jekyll 2013-10-29 10:14:19 -07:00
Cheng Lou
24533462ff small typo and code tag is now js highlight
Was html before bc github screws up the js highlighting for jsx.
2013-10-29 10:14:19 -07:00
Cheng Lou
9ccee7f475 new entry on self-closing tag 2013-10-29 10:14:19 -07:00
Cheng Lou
aa38740189 new entry for ternary expression in jsx 2013-10-29 10:14:19 -07:00
Cheng Lou
ed5ef46daf add tip format for comparison 2013-10-29 10:14:19 -07:00
Cheng Lou
9ba375bace add tip style to style entry 2013-10-29 10:14:19 -07:00
Connor McSheffrey
33232007f7 Moved cookbook recipes into separate directory. Updated nav_docs to loop through cookbook yaml. Added cookbook directory to js/ to add live editing of code samples 2013-10-29 10:14:19 -07:00
Connor McSheffrey
33531f728a Added docs for React cookbook section Introduction and Inline Styles React recipe 2013-10-29 10:14:18 -07:00
Ben Alpert
b59db6058e Move heading anchors 50px up to avoid nav bar
Fixes #447.

We do this by moving the actual anchored element up in the page without moving the actual text. (Apple uses a similar trick in their framed docs.) Now this looks a bit sillier on smaller screens but it's better overall.
2013-10-28 13:52:58 -07:00
Paul O’Shannessy
9f6b329d8a Update API docs for unmountAndReleaseReactRootNode 2013-10-26 17:42:34 -07:00
Brian Rue
2226476039 ReactTransitionGroup example: fix typo and logic bug in handleRemove 2013-10-25 18:03:31 -07:00
Keito Uchiyama
c36b68e386 docs: Delete Mutation Events (onCharacterDOMModified) 2013-10-21 19:56:49 -07:00
Paul O’Shannessy
34629c666a docs: remove OUTLINE 2013-10-21 15:20:01 -07:00
Cheng Lou
9c6d46bb14 Add clickable anchors to docs headers
Closes #434
2013-10-21 14:27:31 -07:00
Paul O’Shannessy
9c8084f396 Fix live editor examples on home page.
Remember that one time I wrote release notes and said:

> This is a breaking change - if you were using class, you must change
> this to className or your components will be visually broken.

Good thing I didn't listen to myself!
2013-10-16 17:56:51 -07:00
Paul O’Shannessy
e33abf5519 0.5.0 release
Updated README, CHANGELOG, blog post
2013-10-16 11:43:09 -07:00
Paul O’Shannessy
64fe40a058 bump version to 0.6.0-alpha 2013-10-15 22:39:28 -07:00