Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/o0101/racked-js-react-without-babel-in-500-lines

:mortar_board: racked-js-react-without-bable-in-500-lines - Implementing React.js in ES6 in 500 SLOC
https://github.com/o0101/racked-js-react-without-babel-in-500-lines

Last synced: 15 days ago
JSON representation

:mortar_board: racked-js-react-without-bable-in-500-lines - Implementing React.js in ES6 in 500 SLOC

Awesome Lists containing this project

README

        

# racked-js-react-without-babel-in-500-lines

Implementing React.js in ES6 in 500 SLOC
-----


Name

"Racked" or "RACT" (sounds like React)


Source guide

Two main functions, "R" (for templates), and "render", for everything else, and a couple helpers.


Implementation notes

Using the demos from the React 12 Step Guide, adding to "Racked" to incorporate the new functionality / concept at each step.


Issues

Focus doesn't work properly, because of rendering, so might have to click / mouseover a few times to work properly.


Links