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

https://github.com/jeremylikness/vanillajs

An example of using modern JavaScript for framework-free development.
https://github.com/jeremylikness/vanillajs

Last synced: about 1 month ago
JSON representation

An example of using modern JavaScript for framework-free development.

Awesome Lists containing this project

README

        

# Vanilla.js

This repo is associated with the blog post:

[Vanilla.js - Getting Started](https://blog.jeremylikness.com/vanilla-js-getting-started-5df2553df0f0?utm_campaign=vanillajs&utm_source=jeliknes&utm_medium=github)

It is intended to demonstrate:

1. Building a web app with modern JavaScript and no frameworks
2. Converting modern JavaScript to legacy JavaScript using TypeScript

The base example is in `plain`.

## Legacy JavaScript Support

The TypeScript example is in `ts`.

For a walk through, read:

[Convert Modern JavaScript to Legacy (ECMAScript 5) in Minutes](https://blog.jeremylikness.com/convert-modern-javascript-to-legacy-ecmascript-5-in-minutes-464b3d75f01f?utm_campaign=vanillajs&utm_source=jeliknes&utm_medium=github)