Most of the projects have at least a few unused files, exports, and dependencies lying around, often because it’s difficult knowing when one thing relies on another and scary removing something you’re not sure is in use. Lars Kappert shares a tool he’s been working on that offers a solution.
Read more…
You’ve probably heard about ECMAScript 6 (or ES6) already. It’s the next version of JavaScript, and it has some great new features. The features have varying degrees of complexity and are useful in both simple scripts and complex applications.
Read more…
In this article, Lars Kappert will explore ideas and solutions to build a RWA. Declarative composition for responsive applications is quite powerful and could serve as a solid starting point. He will set up some important concepts and you will build on these to actually develop a RWA, and then explore how scalable and portable this approach is.
Read more…
Although templates can be used to output any kind of text, in this article we provide examples using HTML, since that is what we want in client-side development. Let’s take a fresh look at client-side templating!
Read more…