synaptiko / bleeding-vanilla-js

Experimental project which uses the newest features of Javascript on frontend & backend without any transpilation or build step

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bleeding Vanilla JS

Experimental project which uses the newest features of Javascript on frontend & backend without any transpilation or build step

Frontend side

  • hyperHTML in ES2015 Module mode
  • onpushstate and custom made dynamic ES2015 Module-based router
  • native fetch for API
  • native async/await
  • native EventTarget & Event
  • <script type="module">
  • native WeakMap

Backend side

Dependencies

  • yarn
  • node 9.5.0

Goal

The goal is to have very lightweight environment for single-page app creation.

It requires to add probably those dependencies:

About

Experimental project which uses the newest features of Javascript on frontend & backend without any transpilation or build step

License:MIT License


Languages

Language:JavaScript 96.8%Language:HTML 2.2%Language:Shell 1.0%