- https://github.com/react-bootstrap/react-bootstrap
- Prometheus Research
- http://prometheusresearch.github.io/react-forms/ - https://github.com/prometheusresearch/react-forms
- http://prometheusresearch.github.io/react-grid/ - https://github.com/prometheusresearch/react-grid
- http://prometheusresearch.github.io/react-autocomplete/ - https://github.com/prometheusresearch/react-autocomplete
- http://newforms.readthedocs.org/en/latest/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var React = require('React/addons'), | |
assert = require('assert'); | |
var Hello = React.createClass({ | |
render: function () { | |
return React.DOM.p(null, 'hello'); | |
} | |
}); | |
var jsdom = require('jsdom'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="description" content="Starter React jsbin with JSX"> | |
<script src="http://fb.me/react-with-addons-0.13.1.js"></script> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
</head> | |
<body> |
OlderNewer