Lawrence Eagles

  Senior full-stack developer, writer, and instructor.

   



34 Stories by Lawrence Eagles

What’s new in Tailwind CSS v3.0

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

What’s new in TypeScript 4.5

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

What’s new in Next.js 12

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

Scaffolding an app with Vue 3, Nuxt, and TypeScript

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

SWR v1 is here: What’s new?

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.
0 5 min read

What’s new in Svelte: Summer 2021

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

Using React Query for state management in React Native

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

Understanding JavaScript decorators

Learn about JavaScript's function decorators and class decorators as well as how you can create clean and reusable decorators.
5 5 min read

A deep dive into CSS Module

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

Building React Native applications with Styled System

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.
0 5 min read

How to build a custom grid with SASS

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

What’s new in React Query 3

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