Jay Jaeho Lee
9fd9487df1
Revise Korean translations
10 years ago
Paul O’Shannessy
3a0babddc9
Point to Flux site for Flux docs
This doesn't actually remove the pages, just the main content. Sidebar
items now link offsite. The pages doesn't automatically redirect, but we
could do that if we really wanted.
Fixes #2229
10 years ago
Christian Alfoni
42a2b28a49
Update flux-todo-list.md
You have to instantiate a Dispatcher to use it, not just grab the prototype or it will fail when trying to grab instance properties like: this.$Dispatcher._callbacks.
10 years ago
Jacob Greenleaf
c4423dce8d
Fix typo in documentation in Flux Todo List
10 years ago
fisherwebdev
a3960e9fbb
[docs] remove redundant paragraph
11 years ago
fisherwebdev
2f44195095
[docs] fix nits
11 years ago
fisherwebdev
2e5a8f34c5
[docs] Update Flux TodoMVC Tutorial
11 years ago
Dmitrii Abramov
8aa01c596b
remove doubled whitespace chars in jsDoc
11 years ago
Michael Chan
29ceb7761c
docs(flux-todo-list): fix TodoStore syntax
Add missing semicolon behind `TodoStore#addChangeListener'
11 years ago
Paul O’Shannessy
2865e4a1c8
Set default layout for docs
11 years ago
Paul O’Shannessy
b6db0d7f92
Remove TodoMVC flux example
It lives at https://github.com/facebook/flux/tree/master/examples/flux-todomvc now.
11 years ago
Adam Mark
01de15132f
Copy edit (fix grammar)
11 years ago
Adam Mark
76f14389f6
Close <section> tag in sample markup
11 years ago
Tom Hauburger
e03305da6e
Remove _addPromise from Dispatcher code example
`_addPromise` is not used in the provided Dispatcher example, nor does it exist in Dispatcher.js found here: https://github.com/facebook/react/blob/master/examples/todomvc-flux/js/dispatcher/Dispatcher.js
11 years ago
Gilbert
39fa3ffe39
Fix typo in Flux TodoMVC Tutorial
A sentence says "only handles one actionType" when the example code instead handles two.
11 years ago
Ben Alpert
6b348e4188
Run all tests, fix indentation
11 years ago
Joshua Ma
68a800ff90
Fix doc typo and remove underscore from local var
11 years ago
Joshua Ma
aa15a2c6c8
Update Flux Dispatcher.dispatch and waitFor examples
The previous examples didn't properly work when 1) a Store callback does
waitFor on Stores that haven't been reached yet and 2) a Store callback
waits on another Store that is already waiting.
The updated example uses constructs Promises up front and then
asynchronously resolves them.
11 years ago
Ben Alpert
cde47cf2c7
Add missing emitChange() to Flux docs
11 years ago
Yuriy Dybskiy
98ff898e08
Update flux-todo-list.md
Fix broken link to todomvc-flux repo
@spicyj cla signed
11 years ago
Vjeux
35db119584
Flux blog post and tutorial
11 years ago