Tag: vanilla-javascript

Lazy Loading Using Intersection Observer API

Lazy loading using the Intersection Observer API

Dev

Lazy loading your application using the Intersection Observer API can reduce bundle size and load time, improving your UX.

Leonardo Maldonado
May 7, 2021 ⋅ 5 min read
JavaScript Logo

JavaScript iterators and generators: A complete guide

Dev

With the introduction of ES6 comes iterators and generators in JavaScript. This guide will teach you everything you need to know about them.

Felix Gerschau
Apr 27, 2021 ⋅ 7 min read
js generators

JavaScript generators: The superior async/await

Dev

It’s time for the revolution that never happened.

Paul Cowan
Apr 14, 2021 ⋅ 4 min read
VS Code Extensions in JavaScript

Writing VS Code extensions in JavaScript

Dev

Learn how to set up a project and write your first VS code extension in JavaScript.

Rob O'Leary
Apr 1, 2021 ⋅ 11 min read
JavaScript Guide for JS Module Ecosystem

JavaScript Reference Guide: JS module ecosystem

This guide explains how to create and use modules in JavaScript applications using the module systems available in the JavaScript ecosystem.

Habdul Hazeez
Mar 31, 2021 ⋅ 41 min read
New Es2021 Features

New ES2021 features you may have missed

Dev

Explore the five ECMAScript feature proposals currently under final approval and discover how they can improve your JavaScript application.

Linda Ikechukwu
Mar 26, 2021 ⋅ 4 min read
Valtio

Simplify proxy state with Valtio

Dev

Valtio is simple, powerful, and combines the power of proxies in React and JavaScript, making state data easy to be used and changed.

Leonardo Maldonado
Mar 24, 2021 ⋅ 5 min read
Cypress Logo

What’s new in Cypress 6.0

Dev

Cypress is one of the fastest-growing tools for automating and testing web applications, and the latest version has some exciting features.

Kasra Khosravi
Mar 8, 2021 ⋅ 4 min read
send bitcoin javascript

Send bitcoin from your wallet using JavaScript

Dev

Learn how bitcoin transactions work and how to send bitcoin to anyone from your wallet using JavaScript.

Eze Sunday
Feb 26, 2021 ⋅ 8 min read
polymorphic javascript functions affect performance

How polymorphic JavaScript functions affect performance

Dev

Polymorphic APIs can be convenient to use due to their flexibility, but in some situations, they can be more expensive to execute.

Matthew Swensen
Feb 17, 2021 ⋅ 5 min read
JavaScript Logo

Using WebSocket subscriptions without queues

Dev

Here, you can learn about the WebSocket Protocol and how to use WebSocket subscriptions without queues.

Denis Badurina
Feb 16, 2021 ⋅ 7 min read
You're Wrong About Singletons

You’re wrong about singletons

Dev

Learn where singletons came from, where it all went wrong, and how you can correctly use singletons and reap their benefits.

Ashley Davis
Feb 11, 2021 ⋅ 9 min read