Tag: js-libraries

What's new in Snowpack 2.0?

What’s new in Snowpack 2.0

Dev

Snowpack is a build tool that uses native browser ES modules to remove bundling steps in the development environment and streamline the build process.

Shedrack Akintayo
Jul 9, 2020 ⋅ 3 min read
Getting Started With RedwoodJS

Getting started with RedwoodJS

Dev

Learn all about RedwoodJS, a full-stack JAMstack framework built on React, GraphQL, and Prisma, and walk through how to use some of its key features.

Blessing Krofegha
Jul 8, 2020 ⋅ 6 min read
Strongly Typed Frontend Code With Scala.js

Strongly typed frontend code with Scala.js

Dev

Dynamic typing, once considered an advantage, has become one of JavaScript’s biggest weaknesses. This is where Scala.js can help.

Ebenezer Don
Jul 6, 2020 ⋅ 9 min read

Getting started with Vite

Dev

In this article, we’ll take a look at a build tool called Vite, what it is, why we need it, how it might improve our development workflow, and how to get started with it.

Anjolaoluwa Adebayo-Oyetoro
Jul 3, 2020 ⋅ 4 min read
Getting Started With Neo4j

Getting started with Neo4j

Dev

Learn how to get started with Neo4j, an open-source, NoSQL, native graph database that provides an ACID-compliant transactional backend for your applications.

Godwin Ekuma
Jun 25, 2020 ⋅ 12 min read
JavaScript-free Frontends With Blazor

JavaScript-free frontends with Blazor

Dev

Microsoft’s new Blazor framework leverages Wasm to let you write your web frontend in C# — no JS required.

Andrew Evans
Jun 15, 2020 ⋅ 9 min read
Type-safe Fetching With Gretchen

Type-safe fetching with gretchen

Dev

Gretchen allows type-safe fetching by providing a very subtle abstraction over the popular fetch() syntax that you already know and love.

Olasunkanmi John Ajiboye
Jun 11, 2020 ⋅ 3 min read
nut.js Development Workflow

How to organize your nut.js development workflow

Dev

Building and shipping a ready-to-use desktop automation framework for three major platforms requires an elaborate development setup. In this tutorial, I’ll show you how I organize my work on nut.js.

Simon Hofmann
Jun 9, 2020 ⋅ 4 min read
JSX-driven Components With Crank.js

JSX-driven components with Crank.js

Dev

Heavily inspired by React, Crank.js is a new, JSX-driven framework for creating components with functions, promises, and generators.

Nirmalya Ghosh
Jun 5, 2020 ⋅ 5 min read
Unit-testing NestJS Applications With Jest

Unit testing NestJS applications with Jest

Dev

NestJS forces us to write more easily testable code through its built-in dependency injection, which makes unit testing with Jest a painless process.

Maciej Cieślar
May 19, 2020 ⋅ 12 min read
Feather JS logo against a space background.

Building lightning-fast APIs with FeathersJS

Dev

Learn how to build a prototype version of an API with authentication in minutes using FeathersJS.

Nedy Udombat
May 1, 2020 ⋅ 4 min read
State-driven Interfaces With XState

State-driven interfaces with XState

Dev

Learn why state-driven development with XState is a better approach to building user interfaces.

Brad Woods
Mar 23, 2020 ⋅ 6 min read