Exploring Vanilla JS / part 2
This is series of articles where I’m experimenting with Vanilla JS way of writing modern web applications. I’m trying to find a pattern, that would bring fast, fun and powerful development process without using libs.
First part was about creating a ...
hashnode.com
Rajkumar
This is interesting as well as exciting. Kudos for your effort man! Eagerly waiting for the next series. Thanks for this article!
This is the kind of article we need right now, where every other John Doe is creating his own module on top of another and it becomes one tangled web of mess. I prefer to code lean and I would love to use Vanilla JS for all tasks where I can use. But if the time is a bummer and need simple fix kind of stuff, well, we have modules. Let's hope there are some people out there who would prefer the same.