Tag: archive

8 Definitive Rules For Building Apps With Redux

8 definitive rules for building apps with Redux

Dev

Longtime believers and new converts alike should heed these eight rules for managing state in large-scale apps with Redux.

Zain Sajjad
Jul 23, 2020 ⋅ 5 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 Vuex 4

What’s new in Vuex 4

Dev

The Vuex 4 beta is now available, adding support for the Composition API, more robust inference for TypeScript, and more.

Olasunkanmi John Ajiboye
Jul 20, 2020 ⋅ 5 min read

The latest features in Next.js

Dev

Learn more about the major enhancements that got added to the framework as a part of Next.js 9.3 and Next.js 9.4.

Kapeel Kokane
Jul 16, 2020 ⋅ 4 min read

Receiving emails with Bref PHP and SendGrid

Dev

In this tutorial, we will be building and deploying a serverless PHP application that processes incoming emails programmatically using SendGrid Inbound Parse.

Michael Okoko
Jul 16, 2020 ⋅ 5 min read
What's New in Angular 10?

Angular 10 is now available. Here’s what you need to know

Dev

A mere four months after the release of version 9, Angular 10 comes complete with new features, breaking changes, and deprecated APIs.

Godwin Ekuma
Jul 13, 2020 ⋅ 2 min read

Intro to lh and rlh in CSS

Dev

In this post, we’ll learn more about these two new font relative length units, see some examples, and see how they can help us to better style our websites.

Kasra Khosravi
Jul 13, 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
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
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