Tag: archive

Diving into the new jsx transformation

Diving into the new JSX transform

Dev

With React 17, you no longer need to import React in your files to use React. Confused? This article will tell you what you need to know in order to migrate both your code and knowledge to this new way of doing things.

Kristofer Selbekk
Sep 24, 2020 ⋅ 2 min read
The JavaScript logo.

Understanding linear and binary search in JavaScript

Dev

Find out how to implement linear search and binary search in JavaScript and determine the right time to use each algorithm.

Gbolahan Olagunju
Sep 22, 2020 ⋅ 2 min read
UI testing with QA Wolf

UI testing using QA Wolf

Dev

If you’ve worked with intricate UI testing frameworks in the past and are looking for a more seamless experience, QA Wolf is worth a shot.

Kapeel Kokane
Sep 21, 2020 ⋅ 7 min read
Exploring Malina.js: A Complete Overview with Working Demo

Exploring Malina.js: A complete overview with working demo

Dev

Malina.js is a library inspired by Svelte that compiles your app down to vanilla JavaScript, producing a framework-free frontend.

Abdulazeez Abdulazeez Adeshina
Sep 18, 2020 ⋅ 6 min read
Building an Ecommerce Site with jamstack-ecommerce

Building an ecommerce site with jamstack-ecommerce

Dev

The new jamstack-ecommerce starter template provides a great launchpad for building our your next ecommerce site.

Ogundipe Samuel
Sep 17, 2020 ⋅ 11 min read
HTML5 Node Cheat Sheet: 21 APIs You Should Know in 2020

HTML5 Node cheat sheet: 21 APIs you should know in 2020

Dev

Every developer should have a foundational understanding of these HTML DOM Node APIs before taking on web frameworks.

Chidume Nnamdi
Sep 17, 2020 ⋅ 13 min read
MiniQL: Building a Query Language in TypeScript

MiniQL: Building a query language in TypeScript

Dev

Is it ever OK to reinvent the wheel? We consider MiniQL, a tiny, GraphQL-inspired query language, in pursuit of the answer.

Ashley Davis
Sep 16, 2020 ⋅ 13 min read

Build a music step sequencer with Vue and Vuetify

Dev

We’ll look at how to use Vue in conjunction with Vuetify and howler.js to create a simple but fully functional music step sequencer.

Ivaylo Gerchev
Sep 16, 2020 ⋅ 14 min read
what's missing from your ecommerce stack?

What’s missing in your ecommerce stack?

Dev

In this article, we will be discussing five essential tools/processes that might be missing in your ecommerce stack.

Kasra Khosravi
Sep 10, 2020 ⋅ 5 min read
Build a SaaS product pricing component in Vue with Chakra UI

Build a SaaS product pricing component in Vue with Chakra UI

Dev

This post is an introduction to the Chakra UI component library for Vue.js. We’ll also look at why Chakra UI is important especially for accessibility.

Nwose Lotanna
Sep 8, 2020 ⋅ 4 min read
Configuring git hooks for the win

Configuring Git hooks for the win

Dev

Properly configured Git hooks make developers’ lives simpler by automating by necessary all the checks on commit.

Maciej Cieślar
Sep 8, 2020 ⋅ 6 min read
LogRocket React Reference Guide: React.Component

React Reference Guide: React.Component

Dev

Our all-in-one reference guide to the React.Component class API, covering the component lifecycle, lifecycle methods, and class properties.

Yomi Eluwande
Sep 4, 2020 ⋅ 9 min read