Jamison Dance
06f7fd7c5d
Fix list formatting in glossary
10 years ago
Paul O’Shannessy
8b15ce3a66
Merge pull request #3016 from hnordt/patch-1
Removing unnecessary returns
10 years ago
Héliton Nordt
711becb883
Fix highlighting
10 years ago
Paul O’Shannessy
67306fa3d6
Merge pull request #2997 from rickbeerendonk/2943-jsx-build-tool-documentation
Documents that JSX tool is transforming files with .js extension (and no...
10 years ago
Paul O’Shannessy
f987cf733a
Merge pull request #3007 from JoelOtter/patch-2
Add note linking to up-to-date doc on Flux website
10 years ago
Héliton Nordt
0f27514cef
Removing unnecessary returns
10 years ago
Paul O’Shannessy
10f8077b5c
Merge pull request #3011 from koba04/fix-coponent-api-doc
Fix consistency of component api document
10 years ago
Paul O’Shannessy
dbdbd323e6
Merge pull request #3001 from rgarcia/patch-1
remove extraneous comma in tutorial
10 years ago
Paul O’Shannessy
d005db085f
Merge pull request #2995 from rickbeerendonk/copyright-2015
Update copyright headers for 2015
10 years ago
Toru Kobayashi
16a99a1247
Fix consistency of component api document
10 years ago
Joel Auterson
420a67fc0c
Add note linking to up-to-date doc on Flux website
10 years ago
Rafael
c3c9103538
remove extraneous comma in tutorial
10 years ago
Robert Sedovsek
c241a32376
Changed unit to pixels due to inconsitent font-size rendering of code elements.
10 years ago
Rick Beerendonk
f9a27cb317
Documents that JSX tool is transforming files with .js extension (and not .jsx) by default
10 years ago
Rick Beerendonk
50208751b1
Update copyright headers for 2015
10 years ago
Jeff Kolesky
890dc826a5
Documents that `classSet` concatenates its arguments
Just wanted it to be noted that `classSet` operates in two ways, both of which are valuable.
10 years ago
Jim
b05b029cd2
Fixed linewrap issue on markdown output css. Fixes #2986
10 years ago
Paul O’Shannessy
30814bef03
Pull in 0.13 beta blog post from 0.12-stable branch
10 years ago
Preston Parry
b63c4269b5
Update 04-multiple-components.md
10 years ago
Ben Alpert
96398cc2e6
Merge pull request #2962 from ClimbsRocks/patch-3
Docs wording tweak for clarity
10 years ago
Preston Parry
1b0f933aba
Update 02.1-jsx-in-depth.md
10 years ago
Preston Parry
5187f9c650
Rewording for clarity
10 years ago
Patrick Laughlin
d1eda2cb43
Update 06-transferring-props.md
10 years ago
Paul O’Shannessy
f9a0d21aeb
Merge pull request #2903 from tendant/merge-conflicts-in-translation
Update documents for Chinese translation
10 years ago
Paul O’Shannessy
b109b6990b
[docs] Use current date in copyright footer
This will be based on the site generation time, making doc generation
slightly less deterministic but that's ok. Now we won't depend on
helpful community members updating it for us (#2874 ) when we forget,
it'll just happen naturally the next time the site is generated.
10 years ago
Jim
26b8bcd1f4
Merge pull request #2518 from jsfb/documentation-for-dangerouslySetInnerHtml
Document justification for dangerouslySetInnerHTML, fixes #2256
10 years ago
Ben Alpert
7c17b0e08e
Merge pull request #2902 from swestwood/patch-2
Correctly highlight changed line in tutorial.
10 years ago
Lei
0c713690e5
Add Chinese translation of reusable-components
10 years ago
Lei
b92a86751c
Add Chinese translation of multiple-components
10 years ago
Sophia Westwood
ec3a62420b
Correctly highlight changed line in tutorial.
This excerpt adds the onSubmit handler to the form element, but the line was not highlighted as having been modified.
10 years ago
Jim
7c20ccbc73
Document justification for dangerouslySetInnerHTML, fixes #2256
Conflicts:
docs/_data/nav_tips.yml
docs/tips/17-children-undefined.md
10 years ago
amykyta
20d2dfec1d
Update 02.1-jsx-in-depth.md
10 years ago
Paul O’Shannessy
677f921830
Merge pull request #2875 from kchia/patch-2
Update 03-interactivity-and-dynamic-uis.md: correct typo
10 years ago
Cam Song
f14655fade
Add Chinese translation to 7 more pages.
Translate 'Note' to '注意' instead of '提示' to make it more sensible.
10 years ago
Hou Chia
22734b40e5
Update 03-interactivity-and-dynamic-uis.md: correct typo
My file change corrects a typo in the document.
Best,
Hou
10 years ago
Daniel Carlsson
58fa67a6d9
Friends don't let friends look foolish on the internet
Updated your footer =)
10 years ago
Paul O’Shannessy
d0004b85cc
Merge pull request #2297 from pedronauck/docs-namespace-in-jsx
Add a section at 'jsx-in-depth' talking about namespaced components
10 years ago
Paul O’Shannessy
c741d81ec7
Merge pull request #2675 from af/topLevelAPIDocs
Top level api docs for createFactory
10 years ago
Paul O’Shannessy
259ad6720c
Merge pull request #2360 from beausmith/patch-1
Highlighted changed lines in examples
10 years ago
Paul O’Shannessy
29d6a942c2
Merge pull request #2707 from camsong/master
More Chinese Doc Translation
10 years ago
Paul O’Shannessy
c34fd03f5f
Merge pull request #2734 from Minwe/master
add Forms and Event System docs Chinese translation
10 years ago
Paul O’Shannessy
2e780c794e
Merge pull request #2795 from chenglou/tips-lib
[Docs] Tip on integration with other libraries
10 years ago
Paul O’Shannessy
ce39e42415
Merge pull request #2824 from zpao/docs-tutorial-server
[docs] Talk about running a server in tutorial
10 years ago
Alex Boyd
83bf9de1a1
ref-08-reconciliation.md: grammar/punctuation fixes
10 years ago
Hou Chia
2f3716ba1e
Update README.md insert comma
The file change inserts a missing comma.
Best,
Hou
10 years ago
chen
1d2d17bfdc
Update 07-forms.md
10 years ago
Paul O’Shannessy
467d020734
[docs] Talk about running a server in tutorial
We've talked about this a few times and even half done it. This is for
real.
10 years ago
Jason Bonta
1d4cbb439f
suggesting the use of immutable js for comparisons
10 years ago
Paul O’Shannessy
a1e6b666c1
Merge pull request #2801 from jsfb/componentDidUpdate-docs
Update docs to indicate that componentDDidUpdate is fired after changes are flushed to the DOM. Fix
10 years ago
Paul O’Shannessy
342700f65d
Merge pull request #2791 from rickbeerendonk/patch-1
Update ref-09-glossary.md
10 years ago