Zero-JS — How JavaScript should be!
zero-js is a lightframe, tiny framework, made my developers, for developers.
- Supports plain old javascript.
- No webpack, babel, or gulp needed.
- Runs natively in the browser.
Currently, the best way to begin using zero-js is by adding the script in your document, by using defer, to ensure the webpage loads properly before loading your javascript
<script type="text/javascript" src="https://github.com/smitec/zero-js/blob/master/zero.js" defer></script>
Alternatively, we can use asynchronous.
<script type="text/javascript" src="https://github.com/smitec/zero-js/blob/master/zero.js" async></script>