Lawrence Eagles Senior full-stack developer, writer, and instructor.

Stories by Lawrence Eagles

What's New In Tailwind CSS Version 3.0

What’s new in Tailwind CSS v3.0

Dev

In the latest Tailwind version, developers are able to apply styles using arbitrary values and properties not possible with past design constraints.

Lawrence Eagles
Jan 10, 2022 ⋅ 6 min read
What's New in TypeScript 4.5

What’s new in TypeScript 4.5

Dev

TypeScript 4.5 includes enhanced Awaited type, supported lib from node_modules, and the realpathSync.native function.

Lawrence Eagles
Dec 17, 2021 ⋅ 7 min read
What's New in Next.js 12

What’s new in Next.js 12

Dev

Next 12 features include performance optimization, React 18 support, middleware, and more. Let’s learn how to use these new features.

Lawrence Eagles
Nov 29, 2021 ⋅ 6 min read
Scaffolding an App with Vue 3, Nuxt, and TypeScript

Scaffolding an app with Vue 3, Nuxt, and TypeScript

Dev

Learn how Nuxt, Vue 3, and TypeScript work together in this job board demo app and how this combination supports developer experience.

Lawrence Eagles
Oct 15, 2021 ⋅ 6 min read
SWR V1 is Here

SWR v1 is here: What’s new?

Dev

What’s new in SWR v1, the React Hooks library for remote data fetching? Updates include automatic revalidation options, a new middleware API, and more.

Lawrence Eagles
Sep 20, 2021 ⋅ 5 min read
What's New in Svelte Summer 2021

What’s new in Svelte: Summer 2021

Dev

Svelte updates introduced await shorthand, Svelte for VS Code, an errorMode compiler option, and other features that make Svelte’s changelog worth a look.

Lawrence Eagles
Sep 7, 2021 ⋅ 4 min read
Using React Query for state management in React Native

Using React Query for state management in React Native

Dev

Learn how to manage state in React Native using React Query, a simple state management option for your future applications.

Lawrence Eagles
Aug 23, 2021 ⋅ 7 min read
Understanding JavaScript Decorators

Understanding JavaScript decorators

Dev

Learn about JavaScript’s function decorators and class decorators as well as how you can create clean and reusable decorators.

Lawrence Eagles
Jul 21, 2021 ⋅ 5 min read
CSS Module Deep Dive

A deep dive into CSS Module

Dev

Avoid CSS issues like name collision and dependency management with CSS Module, a CSS file in which all class names are scoped locally by default.

Lawrence Eagles
Jun 7, 2021 ⋅ 5 min read
Building React Native Applications Styled System

Building React Native applications with Styled System

Dev

Built a React Native application using styled-components and Styled System, a utility-first styling library that works in tandem with CSS-in-JS libraries.

Lawrence Eagles
Jun 1, 2021 ⋅ 5 min read
CSS Grid Logo

How to build a custom grid with SASS

Dev

There are several ways to build a custom grid in CSS. This tutorial demonstrates how to create one using the CSS float property.

Lawrence Eagles
Apr 2, 2021 ⋅ 9 min read
React Query 3

What’s new in React Query 3

Dev

Here, you can learn what React Query is and what new features have been added in its latest iteration: React Query 3.

Lawrence Eagles
Feb 16, 2021 ⋅ 6 min read