Commit Graph

38 Commits

Author SHA1 Message Date
Jim
40380fbafd Create section on using React with package managers. 2016-04-12 12:39:49 -07:00
Huang-Wei Chang
24da7a39cf Clarify a step in the quick start
I propose to add a sentence to indicate the page is ready, and the next step (Separate File) is optional. IMMO, the quick-start guide should be really short so that readers can see the result asap. Furthermore, the "Separate File" might not work for readers using Chrome anyway.
2016-02-25 13:17:07 -08:00
Vitor Balocco
66170a94d5 Improve documentation for using React with Webpack
Fixes #5679
2015-12-17 17:22:56 +01:00
Lovisa Svallingson
48143d7b0e Clarify dependency installation
Split browserify and webpack to separate sections.
Remove `babelify` from the webpack section since it's only for browserify
2015-12-14 09:28:20 -07:00
Paul O’Shannessy
9dfe204a82 [docs] Update Getting Started for babel 6 2015-11-02 12:56:30 -08:00
Ben Alpert
c3dcd2e9dd Update some more docs for package split 2015-10-06 17:36:16 -07:00
Jim
33cd980f0e React -> ReactDOM for render() and findDOMNode() 2015-10-05 17:46:58 -07:00
Paul O’Shannessy
de98fa64c0 [docs] Update script mimetypes: text/jsx -> text/babel 2015-09-25 17:56:42 -07:00
Paul O’Shannessy
6d0dba5458 [docs] Remove mentions of react-tools/jsx command 2015-09-25 17:56:42 -07:00
Victor Alvarez
27395ed005 Add warning for protocol sandboxing near pain point in Getting Started 2015-07-13 12:50:42 -07:00
Kohei TAKATA
f81254363b Change number of html{} to highlight correct line 2015-07-10 09:16:26 +09:00
Kohei TAKATA
1f4e2f5fbe Add meta tag in the header of HTML 2015-07-10 08:49:43 +09:00
Tay Yang Shun
84e3594c0f Add site title to first code snippet of getting started 2015-06-24 17:09:34 +08:00
Reed Loden
dd010b34e2 SSL/TLSize all the things! (convert http:// to https:// where appropriate)
Update links to use https:// where it is supported. There's probably a lot
more that could be fixed, but these are the core ones I found (especially
the download links in order to prevent MITM attacks). Note that there are
some fb.me links that will redirect to http:// even while accessed over
https://, but this seemed like the best way to fix those for now.

NOTE: Only non-third-party files were modified. There are references to
http:// URLs in vendored/third-party files, but seems appropriate to fix
upstream for those rather than editing the files.

Also, copy one image locally to the blog, as it was hotlinking to a site
that did not support https://.

Last, use youtube-nocookie.com instead of youtube.com for video embeds,
as the former doesn't try to set a cookie on load (privacy enhancement).
2015-04-18 16:49:32 -07:00
Paul O’Shannessy
e31d9f8d7c Merge pull request #2639 from zpao/own-jsfiddle
Own our fiddles so we can update them more easily
2014-12-03 11:24:08 -08:00
Paul O’Shannessy
27fbafae18 Own our fiddles so we can update them more easily 2014-12-01 19:33:43 -08:00
Christian Alfoni
368fbbce83 Adding link to wiki
Based on conversation in https://github.com/facebook/react/pull/2501. A good place to guide people further in finding the complete set of tools needed to build an application.
2014-11-27 08:48:16 +01:00
Paul O’Shannessy
febd05b900 Update React.DOM -> React.createElement through docs 2014-10-28 11:06:30 -07:00
Ben Alpert
fb46ad0356 Update docs to align with 0.12 better
- Rename React.renderComponent -> React.render
- Remove most references to transferPropsTo
2014-10-22 14:01:54 -07:00
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
2014-10-20 14:44:07 -04:00
XuefengWu
686961b23d Update getting-started.md
fix grammar
2014-09-24 08:26:10 +08:00
XuefengWu
0695f4158e Update getting-started.md
merge the warn and explain for the @jsx
2014-09-23 15:22:11 +08:00
XuefengWu
b15344de49 add tip for the important jsx convention
I missed the convention and wast hours to figure out what's wrong. 
Add this tip in the document for who would miss the importance comment.
2014-09-22 20:10:34 +08:00
Paul O’Shannessy
82a992835c Use jekyll-redirect-from instead of our other redirect method 2014-08-13 12:38:09 -07:00
Paul O’Shannessy
2865e4a1c8 Set default layout for docs 2014-08-13 11:40:14 -07:00
Ben Alpert
0fc0faa5f6 Tweak getting started wording 2014-05-18 00:15:35 -07:00
Ben Alpert
1186535c7a [docs] Fix comma splice 2014-01-31 22:30:38 -08:00
Ben Alpert
ee8b26034f Remove two more react.min.js references 2014-01-08 11:40:53 -08:00
Paul O’Shannessy
132dfd7b1b Don't use the min build in getting started guide 2014-01-08 11:38:34 -08:00
Cheng Lou
0767e7b9dd docs make all link start with /react/docs 2013-12-19 17:15:01 -05:00
Stoyan
f29b71f4a8 typo fix 2013-08-19 11:35:46 -07:00
Christopher Chedeau
34d17c9f0c Fix 404 in Getting Started 2013-08-04 21:09:15 -07:00
petehunt
459302a131 put it all together 2013-07-14 18:42:39 -07:00
petehunt
85a7336741 cleanup some files, move tutorial 2013-07-14 18:35:59 -07:00
petehunt
cb9b0fc3c7 delete old docs 2013-07-14 17:57:39 -07:00
Christopher Chedeau
fdfd7c07ca Add @jsx common parser issues in the docs
Update getting-started.md
2013-06-27 22:27:54 +02:00
Vjeux
f2d74a85da Add JSFiddle to the getting started section 2013-06-03 01:59:06 +02:00
Paul O’Shannessy
eb278167cd Initial public release 2013-05-29 12:54:02 -07:00