Tag: vanilla-javascript

Using ES modules in browsers with import-maps

Using ES modules in browsers with import-maps

Dev

In this post, we are going to look at a few basic examples of how ES modules are used.

Kasra Khosravi
Aug 18, 2020 ⋅ 8 min read
An Overview Of Technical Differences Between Loops In JavaScript

An overview of technical differences between loops in JavaScript

Dev

This post explains the functions of different loops in JavaScript to help you better apply these functions to your code.

Gbolahan Olagunju
Aug 12, 2020 ⋅ 3 min read
The CSS and JavaScript logos.

How to build a game with HTML, CSS, and JavaScript

Dev

This tutorial shows you how to create a simple game using only CSS, HTML, and JavaScript.

Shawn Beaton
Aug 11, 2020 ⋅ 3 min read
The internet explorer logo.

Should you support Internet Explorer?

Dev

Why has Internet Explorer become so unpopular? Check out this post to find out.

Dylan Tientcheu
Jul 28, 2020 ⋅ 4 min read
7 Popular Icon Libraries You Can Use for Free

7 popular icon libraries you can use for free

Dev

Universally recognized icons help users navigate and engage with your app. Best of all, you can access many icon libraries to use in your next JavaScript project for free.

Nathan Sebhastian
Jul 24, 2020 ⋅ 4 min read
JavaScript logo.

Error-free property chaining with ES2020 optional chaining operator

Dev

Want to write safer, more concise code? Check out the optional chaining operator in ES2020.

Faraz Kelhini
Jul 10, 2020 ⋅ 5 min read
5 Things You Can Do With Moveable

5 things you can do with Moveable

Dev

Moveable is an npm package that makes your components draggable, resizable, scalable, rotatable, warpable, and much more. In this tutorial, we’ll walk through some of the coolest and most useful things you can do with the Movable library.

Ashutosh Singh
Jul 10, 2020 ⋅ 5 min read
Introduction to Hegel

Introduction to Hegel

Dev

Learn how to implement and use Hegel, a new type checker library that combines a static, strong type system with great type inference, and how it compares to TypeScript and Flow.

Nathan Sebhastian
Jul 7, 2020 ⋅ 4 min read
Why You Should Be Using useWorker

Why you should be using useWorker

Dev

Web workers are worker threads that run tasks and other functionalities in the background. Learn how to set up and use web workers and see useWorker in action.

Ganesh Mani
Jul 6, 2020 ⋅ 4 min read
Using Resource Hints to Optimize Performance

Using resource hints to optimize performance

Dev

Resource hints provide the browser with information to predict the user’s expected behavior. This enables it to prefetch, prerender, or preload resources in advance.

Anna Monus
Jul 2, 2020 ⋅ 8 min read
Introduction to nanoSQL

Introduction to nanoSQL

Dev

nanoSQL provides a standardized query language that can be used in all types of supported databases, enabling you to connect multiple database systems without installing a dedicated client library for each one.

Nathan Sebhastian
Jul 1, 2020 ⋅ 8 min read
How To Keep Your JavaScript Libraries Up To Date

How to keep your JavaScript libraries up to date

Dev

Keeping libraries up to date might seem straightforward on the surface, but it’s good to put some thought into your update strategy.

Danny Guo
Jun 29, 2020 ⋅ 6 min read