Hacker News new | ask | show | jobs
by paulhodel 1766 days ago
LemonadeJS is pretty much vanilla, no depencies, no transpiling.
2 comments

When people say "VanillaJS" they typically mean "no framework, just browser APIs"
Exact, you can run under the browser. No framework.
Right but it itself is a framework. When people say "vanilla JS" they typically mean building an app with just browser APIs.
how's it compare to alpinejs and stimulus?