Tag: archive

What's New in GSAP 3

What’s new in GSAP 3

Dev

The latest version of GreenSock, GSAP 3, includes a simplified API, reduced file size, timeline defaults, backward compatibility and more.

Anjolaoluwa Adebayo-Oyetoro
Nov 29, 2019 ⋅ 4 min read
Updating Your Existing Apps for Accessibility

Updating your existing apps for accessibility

Dev

Improving accessibility to apps built with React and Vue for users with visual, auditory, and other impairments can help boost user retention.

Raphael Ugwu
Nov 28, 2019 ⋅ 4 min read
A Practical Guide To Accessibility For Forms

A practical guide to accessibility for forms

Dev

Forms are a critical part of the web, and we need to ensure that they’re fully accessible to all users.

Adewale Abati
Nov 25, 2019 ⋅ 5 min read

Inheritance with JavaScript prototypes

Dev

In this post, we will look at prototypes and how to use them for inheritance in JavaScript. We will also see how the prototypical approach is different from class-based inheritance.

Indermohan Singh
Nov 22, 2019 ⋅ 6 min read
Netlify Logo

Exploring Netlify Split Testing

Dev

Netlify’s Split Testing simplifies A/B and beta testing by splitting traffic between multiple Git branches and providing access from the same production URL.

Obinna Ekwuno
Nov 21, 2019 ⋅ 3 min read

What’s new in Firefox 70

Dev

In this post, we’ll look at all the new features of Firefox 70 and demonstrate how they help increase our browsing experience.

Peter Ekene Eze
Nov 20, 2019 ⋅ 5 min read
JAMstack

Building a JAMstack ecommerce website

Dev

Use JAMstack to build an ecommerce website by applying techniques learned with the Next.js framework.

Ogundipe Samuel
Nov 17, 2019 ⋅ 11 min read
Having Fun With ES6 Proxies

Having fun with ES6 proxies

Dev

Proxy is one of the most overlooked concepts introduced in ES6, but it’s bound to come in handy at some point in your future.

Maciej Cieślar
Nov 13, 2019 ⋅ 6 min read

Solutions to frustrations with React Hooks

Dev

In a previous post, we talked about Frustrations with React Hooks. Here are some solutions to those frustrations.

Paul Cowan
Nov 4, 2019 ⋅ 4 min read
A guide to handling async side effects in React in 2019

How to handle async side effects in 2019

Dev

React Async lets you handle promises and fetch data declaratively to make it easier to handle async UI states.

Peter Ekene Eze
Oct 29, 2019 ⋅ 4 min read
Creating A Full-Stack MERN App Using JWT Authentication

Creating a full-stack MERN app using JWT authentication: Part 4

Dev

In the final part of our tutorial, we create and validate users and generate our app’s responses.

Praveen Kumar
Oct 25, 2019 ⋅ 12 min read

New in TypeScript 3.7

Dev

I have waited a long time for these changes, and I think the TypeScript official announcement does its usual job of underselling the great new features.

Paul Cowan
Oct 15, 2019 ⋅ 3 min read