Commit Graph

143 Commits

Author SHA1 Message Date
Paul O’Shannessy 2baa3b7d2f Update examples for v15
- Update commonjs example to use Babel 6
- Update click counter example to match other examples
- Update jquery example
- Stop shipping webcomponents.js in starter kit
2016-03-29 11:00:48 -07:00
Dan Abramov a2780212ae Merge branch 'andreypopp-patch-1' 2016-03-27 00:25:40 +00:00
Dan Abramov ba76649c3b Rename example package.json command for consistency with README 2016-03-27 00:25:29 +00:00
terry3 7169da21ba Highlight 'NOT' word in example page. 2016-03-23 09:19:58 +08:00
Mark Murphy 0bd65aa028 Fixes #5959 - jquery-bootstrap example uses which does not exist
1. Add a handleHidden method to the BootstrapModal component.
2. Add an event listener for 'hidden.bs.modal' on the modal root
3. Add a new onHidden prop to the BootstrapModal component.
4. Add a new 'handleModalDidClose' method to the Example component to be used as the onHidden prop of it's modal component.
2016-02-01 21:54:56 -04:00
leeyoungalias aedfa3011e update react example basic-jsx-precompile comand line on markdown file,new version of babel needed a react presets dependency. 2016-01-16 22:53:24 +08:00
Jim 7a453646be Added info (example+doc) about react with webcomponents 2015-11-13 20:22:24 -08:00
Mattijs 1220ccc805 update instructions of the following examples: basic-commonjs, basic-jsx-external and basic-jsx-precompile 2015-11-11 10:51:47 +01:00
Andrey Popp 41640a7475 Update CommonJS example with build script 2015-09-29 12:55:01 +03:00
Paul O’Shannessy c529e652bd [examples] Remove Server Rendering 2015-09-24 15:12:15 -07:00
Paul O’Shannessy 3c0f46e3da [examples] Use refs instead of findDOMNode 2015-09-24 15:08:28 -07:00
Paul O’Shannessy 145ca279f9 [examples] Update basic-commonjs for new React, watchify 2015-09-24 15:08:28 -07:00
Paul O’Shannessy f1ede3e6d2 [examples] Fix transtion example with timeout prop 2015-09-24 15:08:28 -07:00
Paul O’Shannessy c475699d6b [examples] Use ReactDOM for appropriate APIs 2015-09-24 15:08:28 -07:00
Paul O’Shannessy 715dea085b [examples] Use Babel 2015-09-24 15:08:27 -07:00
Paul O’Shannessy 4d3d14af78 [exmaples] Remove local 3rd party code, use CDN (mostly) 2015-09-24 14:57:50 -07:00
Paul O’Shannessy 16608e3688 [examples] Assume es5 compatible browsers with console 2015-09-24 14:57:50 -07:00
Yasar icli 0c0119b70d examples jquery-mobile thirdparty files move 2015-08-17 13:43:33 +03:00
Jim c844899187 Fixed basic-jsx example, which got clobbered during a prior bug investigation 2015-07-17 14:42:55 -07:00
Masaki KOBAYASHI dee6726080 change http-equiv with charset 2015-07-12 10:54:54 +09:00
Masaki KOBAYASHI 81e3b632fd remove type="text/javascript" 2015-07-11 15:02:54 +09:00
Vasiliy 01535bfc18 Remove unnecessary semicolon;
For the God of css
2015-07-04 21:43:12 +03:00
Jim 6a92179d6f Merge pull request #4221 from jimfb/ryans-context-bug
updateComponent should update the context iff it has changed
2015-07-02 04:45:41 -07:00
Alex Smith 83c8118c7c update title 2015-06-30 19:43:44 +09:00
Alex Smith 6b669aa37d used JSX 2015-06-30 17:49:25 +09:00
Alex Smith 099c227c35 lowercase index file 2015-06-30 17:26:50 +09:00
Alex Smith 67c70b8690 R: handleClick function 2015-06-27 12:13:29 +09:00
Alex Smith 2b554703af add new line at and of some files 2015-06-26 13:50:43 +09:00
Alex Smith e58d31022c update click message 2015-06-26 13:39:59 +09:00
Alex Smith 456135eb04 rename folder 2015-06-26 13:35:30 +09:00
Alex Smith d19aa7a363 use react from bild 2015-06-26 13:34:20 +09:00
Alex Smith e766d5539e click conter example 2015-06-26 13:08:32 +09:00
Jim 289962f6f8 Don't bail out of reconsiliation if context changes. 2015-06-25 00:58:05 -07:00
Arian Faurtosh f8f92f4169 added missing DOCTYPE 2015-05-31 19:41:01 -07:00
thorn0 58492362c5 Remove envify from the basic-commonjs example
`envify` is installed as a dependency of the `react` package. There is no need in installing it one more time
2015-06-01 01:09:46 +03:00
katzoo 065f13a968 DRY quadratic formula example 2015-04-29 02:50:53 +02:00
Reed Loden 3e8951e8c7 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
Ilya Shuklin 0447f1e792 Update index.html
getting rid of magic numbers
2015-04-14 16:55:12 +03:00
Cheng Lou 5561d0e925 Remove some `getDOMNode` from docs and examples 2015-04-02 17:23:27 -04:00
Tony Spiro 03e0ebf532 Update index.html
'current' makes more sense than 'start' as the value increments passed it's start value.
2015-03-27 15:17:07 -05:00
Maxim Abramchuk 9b70e82246 Add missing semicolon 2015-03-21 23:11:45 +03:00
Martin Mihaylov d7bf64396a Fix the closing html paragraph tag. 2015-03-19 20:56:49 +01:00
Paul O’Shannessy ce66a796ee Update the examples for 0.13
The only substantial difference here is that I made the harmony example use ES6
classes. The server rendering example was pretty wacky and hard to run but
I did confirm that it works.
2015-03-10 11:56:25 -07:00
chico 1876bc2432 remove ballmer example 2015-02-20 04:13:07 +03:00
chico 466f4faf4e lint from root 2015-02-20 04:06:15 +03:00
Paul O’Shannessy 629d400774 Merge pull request #3165 from oiva/jquery-mobile-example
Change how components are rendered in jQuery Mobile example. Fixes #2880
2015-02-19 10:48:26 -08:00
Paul O’Shannessy 1caeda30ea Replace Ballmer Peak example with Quadratic Formula 2015-02-18 13:59:26 -08:00
Oiva Eskola 4c32fb487e Wrap jQuery Mobile example's components with React.createFactory to fix on v0.13.0. Fixes #2880 2015-02-18 00:13:13 +02:00
Paul O’Shannessy c63de4b79b Merge pull request #2586 from RileyTomasek/master
Fix typo in comment of jquery-bootstrap example
2014-12-18 14:15:30 -08:00
Riley Tomasek 84a93fbacf Improve comment in example code
This should make it more clear that even though `$` is used in 4 methods, only 2 of them are crucial for integrating the modal into the components lifecycle methods and the other 2 are just helpers.
2014-12-18 10:05:25 -05:00