Skip to content

bhauman/javascript_yome_widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional React Yome Widget

I wrote this widget to demonstrate how to write straightforward functional code with React.js.

The the blogpost. ;; not published link needed

If you would like to experiment with this code you will need to install Babel.

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!!

About

A JavaScript Yome widget written for a blog post.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors