https://github.com/canastro/truta-js
Simple ES6 framework
https://github.com/canastro/truta-js
Last synced: over 1 year ago
JSON representation
Simple ES6 framework
- Host: GitHub
- URL: https://github.com/canastro/truta-js
- Owner: canastro
- Created: 2015-06-01T01:38:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-20T22:00:21.000Z (almost 11 years ago)
- Last Synced: 2025-02-26T20:08:53.294Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 422 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Stupid ES6 Framework
======
This is not a production ready framework... This is just my playground for ES6 features.
Usage
------
Checkout this mini under-construction application: https://github.com/canastro/trutajs-todomvc
ES6 features used:
------
* Shadow DOM
* Web components
* Quasi-literal
* Object.observe (is this ES7?)
* Map and Sets
* Arrow functions
* Classes
* Promise
* Object.assign
To do list:
------
* Create a class of watchers?