Thomas Portelange
LeKoala Dev Blog

LeKoala Dev Blog

Follow
homebadges
Tag

ES6

#es6

More content

Read more stories on Hashnode


Articles with this tag

Self-initializing elements with super powers

Jul 1, 20223 min read

I've just finished a major update of my library Modular Behaviour. Let me walk through what it could bring to you. For vanilla js lovers If you are...

Self-initializing elements with super powers

Easily bump your packages versions

Jan 20, 20221 min read

This is a quick article about configuring a simple yet effective way to manage your scripts. Let's say you are using esbuild, your probably have some...

Easily bump your packages versions

Make your libs smaller using private scope in JavaScript

Dec 28, 20213 min read

I've just made an interesting discovery when working on my Bootstrap Tags library when it comes to minified file size. Let me share with you what I...

Make your libs smaller using private scope in JavaScript

Using modern javascript for browsers supporting modules

May 21, 20214 min read

I just read this article about modern javascript and that was an excellent opportunity to review what can be used these days without resorting to...

Using modern javascript for browsers supporting modules