Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhauman/javascript_yome_widget
A JavaScript Yome widget written for a blog post.
https://github.com/bhauman/javascript_yome_widget
Last synced: 7 days ago
JSON representation
A JavaScript Yome widget written for a blog post.
- Host: GitHub
- URL: https://github.com/bhauman/javascript_yome_widget
- Owner: bhauman
- Created: 2015-06-04T20:36:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-08T20:48:46.000Z (over 9 years ago)
- Last Synced: 2024-05-08T19:13:32.481Z (6 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 14
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Functional React Yome Widget
I wrote this widget to demonstrate how to write straightforward
functional code with [React.js](https://facebook.github.io/react/).The the blogpost. ;; not published link needed
If you would like to experiment with this code you will need to
install [Babel](http://babeljs.io/).```
npm install -g babel
```To auto-compile this code each time you save the `yome.js` file you
will need to run babel like so:```
babel src/ -w --out-dir build/
```The top of the `yome.js` file has a little auto-loading script that
will continuously reload the code. This allows you to change the code
and experiment with code and see your changes **without reloading the
browser**.Have fun!!