https://github.com/saada/reactjs-snippets
Simple ReactJS snippets
https://github.com/saada/reactjs-snippets
Last synced: 3 months ago
JSON representation
Simple ReactJS snippets
- Host: GitHub
- URL: https://github.com/saada/reactjs-snippets
- Owner: saada
- License: mit
- Created: 2014-01-26T02:57:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-26T03:21:17.000Z (over 12 years ago)
- Last Synced: 2025-02-28T17:47:15.032Z (over 1 year ago)
- Size: 133 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
reactjs-snippets
================
Simple ReactJS snippets
## Tab Triggers
###rcl:
var ${1:class} = React.createClass({
render: function() {
<${2:div} ${3:className="${1:class}"}>${4}${2:div}>
}
});