2014-12-04 10:23:48 +01:00
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<!--[if IE]><![endif]-->
|
|
|
|
<html>
|
2014-11-17 13:55:41 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2014-12-04 10:23:48 +01:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
2014-12-09 16:20:56 +01:00
|
|
|
<title>React Templates</title>
|
2014-12-04 10:23:48 +01:00
|
|
|
<meta name="viewport" content="width=device-width">
|
2014-12-09 16:20:56 +01:00
|
|
|
<meta name="description" content="Light weight templates for React.">
|
|
|
|
|
|
|
|
<link rel="shortcut icon" href="https://facebook.github.io/react/favicon.ico">
|
|
|
|
<!--<link rel="alternate" type="application/rss+xml" title="React" href="http://facebook.github.io/react/feed.xml">-->
|
|
|
|
|
|
|
|
<!--<link rel="stylesheet" href="https://facebook.github.io/react/css/syntax.css">-->
|
|
|
|
<!--<link rel="stylesheet" href="https://facebook.github.io/react/css/codemirror.css">-->
|
2014-12-04 10:23:48 +01:00
|
|
|
<!--<link rel="stylesheet" href="https://facebook.github.io//react/css/react.css">-->
|
2014-11-27 17:53:37 +01:00
|
|
|
|
2014-12-09 16:20:56 +01:00
|
|
|
<!--<script type="text/javascript" src="//use.typekit.net/vqa1hcx.js"></script>-->
|
|
|
|
<!--<script type="text/javascript">try{Typekit.load();}catch(e){}</script>-->
|
2014-12-04 10:23:48 +01:00
|
|
|
|
|
|
|
<!--[if lte IE 8]>
|
2014-12-09 16:20:56 +01:00
|
|
|
<!--<script type="text/javascript" src="/react/js/html5shiv.min.js"></script>-->
|
|
|
|
<!--<script type="text/javascript" src="/react/js/es5-shim.min.js"></script>-->
|
|
|
|
<!--<script type="text/javascript" src="/react/js/es5-sham.min.js"></script>-->
|
|
|
|
<!--<![endif]–>-->
|
|
|
|
|
2014-12-04 10:23:48 +01:00
|
|
|
<!--<script type="text/javascript" src="/react/js/codemirror.js"></script>-->
|
|
|
|
<!--<script type="text/javascript" src="/react/js/javascript.js"></script>-->
|
|
|
|
<!--<script type="text/javascript" src="/react/js/react.js"></script>-->
|
|
|
|
<!--<script type="text/javascript" src="/react/js/JSXTransformer.js"></script>-->
|
|
|
|
<!--<script type="text/javascript" src="/react/js/live_editor.js"></script>-->
|
|
|
|
<!--<script type="text/javascript" src="/react/js/showdown.js"></script>-->
|
2014-11-27 17:53:37 +01:00
|
|
|
|
|
|
|
<!-- Latest compiled and minified CSS -->
|
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
|
|
|
<!-- Optional theme -->
|
2014-12-09 16:20:56 +01:00
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css">
|
2014-11-27 17:53:37 +01:00
|
|
|
|
2014-12-04 10:23:48 +01:00
|
|
|
<link rel="stylesheet" href="playground/css/home.css"/>
|
2014-11-17 13:55:41 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2014-12-04 10:23:48 +01:00
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
|
|
|
|
<div class="nav-main">
|
|
|
|
<div class="wrap">
|
2014-12-09 16:20:56 +01:00
|
|
|
<a class="nav-home" href="index.html">
|
2014-12-24 10:22:51 +01:00
|
|
|
<img class="nav-logo" src="https://wix.github.io/react-templates/img/logo-rt.svg" width="56" height="24">
|
2014-12-04 10:23:48 +01:00
|
|
|
React Templates
|
|
|
|
</a>
|
|
|
|
<ul class="nav-site">
|
2014-12-09 16:20:56 +01:00
|
|
|
<li><a href="https://github.com/wix/react-templates">docs</a></li>
|
2014-12-25 11:13:07 +01:00
|
|
|
<!--<li><a href="https://github.com/wix/react-templates">support</a></li>-->
|
2014-12-09 16:20:56 +01:00
|
|
|
<li><a href="https://github.com/wix/react-templates">download</a></li>
|
2014-12-25 11:13:07 +01:00
|
|
|
<!--<li><a href="https://github.com/wix/react-templates/">blog</a></li>-->
|
2014-12-04 10:23:48 +01:00
|
|
|
<li><a href="https://github.com/wix/react-templates">github</a>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="hero">
|
|
|
|
<div class="wrap">
|
|
|
|
<div class="text"><strong>React Templates</strong></div>
|
|
|
|
<div class="minitext">
|
|
|
|
Light weight templates for React
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="buttons-unit">
|
|
|
|
<a href="fiddle.html" class="button">RTFiddle</a>
|
2014-12-09 15:29:38 +01:00
|
|
|
<!--<a href="/react/downloads.html" class="button">Download React v0.12.1</a>-->
|
2014-12-04 10:23:48 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<section class="content wrap">
|
|
|
|
<p><section class="light home-section">
|
|
|
|
<!--<div class="marketing-row">-->
|
|
|
|
<!--<div class="marketing-col">-->
|
|
|
|
<!--<h3>Just the UI</h3>-->
|
|
|
|
<!--<p>-->
|
|
|
|
<!--Lots of people use React as the V in MVC.-->
|
|
|
|
<!--Since React makes no assumptions about the rest of your technology stack,-->
|
|
|
|
<!--it's easy to try it out on a small feature in an existing project.-->
|
|
|
|
<!--</p>-->
|
|
|
|
<!--</div>-->
|
|
|
|
<!--<div class="marketing-col">-->
|
|
|
|
<!--<h3>Virtual DOM</h3>-->
|
|
|
|
<!--<p>-->
|
|
|
|
<!--React uses a <i>virtual DOM</i> diff implementation for ultra-high performance. It can also-->
|
|
|
|
<!--render on the server using Node.js — no heavy browser DOM required.-->
|
|
|
|
<!--</p>-->
|
|
|
|
<!--</div>-->
|
|
|
|
<!--<div class="marketing-col">-->
|
|
|
|
<!--<h3>Data flow</h3>-->
|
|
|
|
<!--<p>-->
|
|
|
|
<!--React implements one-way reactive data flow which reduces boilerplate and is-->
|
|
|
|
<!--easier to reason about than traditional data binding.-->
|
|
|
|
<!--</p>-->
|
|
|
|
<!--</div>-->
|
|
|
|
<!--</div>-->
|
|
|
|
<h3>Reasons that we love it:</h3>
|
|
|
|
<ul>
|
|
|
|
<li>No runtime libraries. No magic. Just simple pre-compilation to a clear React code</li>
|
|
|
|
<li>Super easy to write panels. By panels we mean components that have a lot of HTML code and non-reusable logic</li>
|
|
|
|
<li>Very good separation of presentation and logic. Almost no HTML within the component file</li>
|
|
|
|
<li>Declarative coding for presentation. HTML that you write and inspect look similar</li>
|
|
|
|
<li>Easy syntax. Similar to HTML. All IDEs recognize this format</li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
<hr class="home-divider" />
|
|
|
|
<section id="home-section" class="home-section">
|
|
|
|
</section>
|
2014-12-25 11:13:07 +01:00
|
|
|
<div id="loading" style="/* padding-bottom: 40px; */
|
|
|
|
margin-bottom: 100px;
|
|
|
|
font-size: 20px;
|
|
|
|
padding-top: 50px;
|
|
|
|
text-align: center;">Loading...</div>
|
2014-12-04 10:23:48 +01:00
|
|
|
<hr class="home-divider" />
|
2014-12-09 15:29:38 +01:00
|
|
|
<!--<section class="home-bottom-section">-->
|
|
|
|
<!--<div class="buttons-unit">-->
|
|
|
|
<!--<a href="docs/getting-started.html" class="button">Get Started</a>-->
|
|
|
|
<!--<a href="downloads.html" class="button">Download React v0.12.1</a>-->
|
|
|
|
<!--</div>-->
|
|
|
|
<!--</section>-->
|
2014-12-04 10:23:48 +01:00
|
|
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
2014-12-09 15:29:38 +01:00
|
|
|
<!--<footer class="wrap">-->
|
|
|
|
<!--<div class="left">-->
|
|
|
|
<!--A Facebook & Instagram collaboration.<br>-->
|
|
|
|
<!--<a href="/react/acknowledgements.html">Acknowledgements</a>-->
|
|
|
|
<!--</div>-->
|
|
|
|
<!--<div class="right">-->
|
|
|
|
<!--© 2013–2014 Facebook Inc.<br>-->
|
|
|
|
<!--Documentation licensed under <a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.-->
|
|
|
|
<!--</div>-->
|
|
|
|
<!--</footer>-->
|
2014-11-17 13:55:41 +01:00
|
|
|
</div>
|
2014-12-04 10:23:48 +01:00
|
|
|
<div id="fb-root"></div>
|
|
|
|
|
2014-11-27 17:53:37 +01:00
|
|
|
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
|
|
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
|
2014-12-07 14:30:35 +01:00
|
|
|
<script src="playground/libs/ace-builds-1.1.8/src-min-noconflict/ace.js" type="text/javascript" charset="utf-8"></script>
|
2014-12-24 11:28:24 +01:00
|
|
|
<script src="playground/dist/rt-main.browser.min.js"></script>
|
|
|
|
<!--<script data-main="playground/home-main.js" src="http://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.15/require.js"></script>-->
|
2014-12-25 11:13:07 +01:00
|
|
|
<!--<script src="http://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.15/require.js"></script>-->
|
|
|
|
<!--http://requirejs.org/docs/release/2.1.15/minified/require.js-->
|
|
|
|
|
|
|
|
<!--<script data-main="playground/home-main.js" src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.1.15/require.min.js"></script>-->
|
|
|
|
<!--<script src="playground/home-main.js"></script>-->
|
|
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.1.15/require.min.js"></script>
|
2014-12-24 11:31:07 +01:00
|
|
|
<script src="playground/dist/home.min.js"></script>
|
2014-11-17 13:55:41 +01:00
|
|
|
</body>
|
|
|
|
</html>
|