Skip to content

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

License

Notifications You must be signed in to change notification settings

synaptiko/bleeding-vanilla-js

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published