Tag: js-libraries

Getting started with Vendure

Getting started with Vendure

Dev

Although it’s still in beta, Vendure offers a wide range of features out of the box such as guest checkout, built-in admin interface, integrations with payment and shipping providers, and much more.

Natalie Smith
Sep 3, 2020 ⋅ 8 min read
Testing Strapi Applications With Mocha and Chai

How to test Strapi endpoints with Mocha and Chai

Dev

Learn how to test RESTful APIs built with Strapi using the Mocha testing framework and the Chai assertion library.

Samaila Bala
Aug 18, 2020 ⋅ 5 min read
Elegant Data Validation With Vest

Elegant data validation with Vest

Dev

What could be more elegant than testing the validity of a form in the same way you’d test your code? Enter Vest.

Simone P. M.
Aug 5, 2020 ⋅ 4 min read
Easy Documentation Using Docusaurus

Easy documentation with Docusaurus

Dev

Documentation is an integral part of the software development lifecycle. Docusaurus helps to create and maintain static documentation websites with support for blogs, versioning, and custom pages.

Anshul Goyal
Aug 5, 2020 ⋅ 8 min read
What's New in Immer 7.0?

What’s new in Immer 7.0

Dev

Released on June 10, the latest version of Immer includes lots of new innovations, optimizations, and breaking changes. Here’s what you need to know about Immer 7.0.

Solomon Eseme
Aug 3, 2020 ⋅ 2 min read
Functional User Interfaces With Moon.js

Functional user interfaces with Moon.js

Dev

Get a crash course on the basics of Moon.js, a tiny new library based on pure functions.

Nirmalya Ghosh
Jul 22, 2020 ⋅ 5 min read
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