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

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

Awesome Lists containing this project

README

          

![alt tag](trutajs-250px.png)

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?