Ben Alpert
fb46ad0356
Update docs to align with 0.12 better
- Rename React.renderComponent -> React.render
- Remove most references to transferPropsTo
10 years ago
Cheng Lou
33c7ee6112
[Docs] Remove most of @jsx
I kept some places intact (search for @jsx ) because they require other bigger changes:
- ref-01-top-level-api.md
- grunt/tasks/npm.js
- old blog posts (don't change those)
- examples/ folder, as they have their own package.json that rely on old dependencies (node-jsx, reactify) that haven't upgraded to 0.12
10 years ago
Cheng Lou
7a794ae3cf
docs remove link to wiki page
Also some minor writing changes.
11 years ago
Cheng Lou
4002a86e22
docs tips small refactorings
11 years ago
Jared Forsyth
ba50af55f7
one liner
11 years ago
Jared Forsyth
49ac69b05c
changes as requested
11 years ago
Jared Forsyth
cee420b12d
adding note about initializing state w/ props
11 years ago
Jared Forsyth
f3d5c90855
fixing capitalization
11 years ago
Jared Forsyth
256e0bf6df
rename this tip to be less confusing
Using props to initialize state is completely fine; the issue is using state as a "cache" for values calculated based off of props. This title makes it more clear.
11 years ago
Paul O’Shannessy
f95424a08a
s/Zuck/Rogers/
11 years ago
Connor McSheffrey
b8c7f3cdfd
Renamed Cookbook references to tips. Reworded intro (sounded weird because it still referenced cookbooks. Updated some entry ID's (some side nav links didn't match entry permalinks)
11 years ago
Cheng Lou
df40e92e29
fix title case for docs tips everywhere
11 years ago
Cheng Lou
c4bf9aa5bd
title case for entry titles; fix two entry names
11 years ago
Connor McSheffrey
3b8c13d08d
Removed Q&A format
11 years ago
Connor McSheffrey
854593e574
Remove cb prefix from cookbook entries since they're already in /cookbook/ directory
11 years ago
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
11 years ago
Cheng Lou
015b6c526d
shrink working on props in state entry
11 years ago
Cheng Lou
65d1d23551
props in `getInitialState` as anti-pattern
11 years ago