Tag: archive

Atomic CSS-in-JS vs. utility-first frameworks

Dev

In this article, we’ll take a look at atomic CSS-in-JS libraries and utility-first CSS frameworks, how they compare to each other, their shortcomings, and some projects using both concepts.

Raphael Ugwu
Jun 12, 2020 ⋅ 5 min read
The GraphQL logo.

Creating your first CRUD with Dgraph and GraphQL

Dev

Learn how to use Dgraph with GraphQL to create a CRUD that generates scaffolding methods for each one of the queries and mutations.

Diogo Souza
Jun 11, 2020 ⋅ 5 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

Getting started with TypeScript generics

Dev

In this article, we’ll learn how to use generic types in our functions to create more reusable functions along with generic classes and generic interfaces.

Leonardo Maldonado
Jun 5, 2020 ⋅ 5 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

How GraphQL boosts performance in Gatsby

Dev

We’ll be looking at how Gatsby uses GraphQL to pull in data at build time and also its implications on performance.

Obinna Ekwuno
Jun 4, 2020 ⋅ 5 min read

How to implement scroll with React-gridlist

Dev

Getting scroll to work perfectly requires a lot of trial and error. React-gridlist provides a painless and fast way to implement scroll in your application.

Jeremy Kithome
Jun 3, 2020 ⋅ 4 min read
The Blitz.js logo.

Building a full-stack React application with Blitz.js

Dev

This tutorial demonstrates the value of Blitz.js through a simple recipe application built with React.

Ganesh Mani
May 29, 2020 ⋅ 6 min read
A Mostly Painless Guide To Replacing Your UI Framework

A (mostly) painless guide to replacing your UI framework

Dev

Replacing your UI framework can seem a Goliath-sized task. This tried-and-true approach can help lead to success.

Brian Holt
May 29, 2020 ⋅ 6 min read
React Top-Level APIs That Could Change the Way You Write Components

React top-level APIs that could change the way you write components

Dev

These top-level API’s will help you to write your React components more efficiently, and knowing when and how to use them is crucial to your development cycle.

Ganesh Mani
May 29, 2020 ⋅ 5 min read

How to build React components for codebases that use JavaScript and TypeScript

Dev

In this article, we’ll learn how we can use TypeScript with React and built components that are usable within both TypeScript and JavaScript files.

Austin Roy Omondi
May 28, 2020 ⋅ 5 min read