Implicit Coercion in JavaScript
JavaScript Visualized Series' Articles
View JavaScript Visualized Series' Articles on DEV Community
Object Explorer
When I was first learning object methods, I spent a lot of time digging through the docs to find the appropriate one, and I had to search one by one. I...
A Better API for the Intersection and Mutation Observers | CSS-Tricks
Zell discusses refactoring the Resize, Mutation, and Intersection Observer APIs for easier usage, demonstrating how to implement callback and event listener patterns, while highlighting available options and methods.
Driver.js
A light-weight, no-dependency, vanilla JavaScript library to drive user's focus across the page.
Simple live reload for developing static sites
Anime.js | JavaScript Animation Engine
A fast and versatile JavaScript animation library
Webentwicklung: Was HTMX in der Praxis taugt
HTMX bietet sich als leichtgewichtige Alternative zu Single-Page-Anwendungen mit React oder Angular an. Die Einfachheit täuscht jedoch in vielen Fällen.
JavaScript Temporal is coming | MDN Blog
A new way to handle dates and times is being added to JavaScript. Let's take a look at Temporal, what problems it solves, the current state, and what you'll find in the new documentation about it on MDN.
JavaScript | 2024 | The Web Almanac by HTTP Archive
JavaScript chapter of the 2024 Web Almanac covering the usage of JavaScript on the web, libraries and frameworks, compression, web components, and source maps.
From imperative to declarative JavaScript
Introduction In this post, I will explain why declarative code is better than imperative c...
Declarative Programming with JavaScript
Hey there DEV.to community! As you know, JavaScript is a pretty vast programming language. Meaning t...
Declarative Programming with JavaScript
Declarative JavaScript
React
Declarative JavaScript
Difference between Promise and Async/Await in Node - GeeksforGeeks
Promises and Async/Await are both methods for handling asynchronous operations in Node.js, with Promises using chaining for error handling and Async/Await providing a more readable, synchronous-like approach.
SOLID principles for JavaScript
The introduction of the OOP paradigm popularized key programming concepts such as Inheritance,...
JavaScript Object Destructuring
Destructuring Objects Like destructuring arrays, destructuring objects helps you and makes your code...
How does the React Compiler perform on real code
In the last few years, one of the biggest sources of excitement and anticipation in the React community has been a tool known as React Compiler (previously React Forget). And for a good reason. The central premise of the Compiler is that it will improve the overall performance of our React apps. And
Why Alpine is the new jQuery and Why that is an Awesome Thing – Frontend Masters Boost
jQuery for was great and all, but Alpine.js simplifies tasks like data binding and DOM manipulation, providing using a more declarative and clear structure, making it ideal for smaller projects.
Motion One - A modern JavaScript animation library
Bibliothek für React und pures JS
How to convert CommonJS to ESM
Here’s a thorough guide that covers everything you need to know to migrate your CommonJS project to ESM.
How to write to files with Node.js
In this post we’ll be covering how you can use the fs module in Node.js to write to and modify files...
CommonJS vs. ES modules in Node.js - LogRocket Blog
Explore the differences between CommonJS and ES modules in Node.js, exploring how they handle JavaScript modules, their syntax, and more.
Modules in JavaScript – CommonJS and ESmodules Explained
Hi everyone! In this article we're going to take a look at modules in JavaScript. Modules are a technique heavily used in today's software design/architecture. First we're going to learn what they are and the different types of modules that exist. Th...
CommonJS vs ES Modules: the shift from require to import
Decipher the differences between require and import in JavaScript. Understand how file extensions and the type property affect module behavior.
Building a Single-Page App with htmx | jakelazaroff.com
People talk about htmx as though it's saving the web from single-page apps. Well, I guess I missed the memo, because I used htmx to build a single-page app.
pzuraq | Four Eras of JavaScript Frameworks
A blog about (mostly) computery things
Statements Vs. Expressions • Josh W. Comeau
One of the most foundational things to understand about JavaScript is that programs are made up of statements, and statements have slots for expressions. In this blog post, we'll dig into how these two structures work, and see how building an intuition about this can help us solve practical problems.
Quick tip: using flatMap() to extract data from a huge set without having to write a loop
I just created a massive dataset of all the AI generated metadata of the videos of the WeAreDeveloper...
math4devs.com
Something went wrong · molily
Ways out of the JavaScript crisis