Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/o0101/racked-js-react-without-babel-in-500-lines
- Owner: o0101
- Created: 2018-07-06T17:55:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-06T18:25:12.000Z (over 6 years ago)
- Last Synced: 2024-02-01T16:06:05.858Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
-
- Source code for this demo and all the demos from the React 12 Step Guide -- converted to Racked
-
Live Demos in "Racked" for all the demos in the React 12 Step Guide ~~ in iframes