Let’s explore webpack, its history, and how it works to help you decide if itβs the right tool to adopt for your next JavaScript project.
What makes Bun such a great choice for developing fast, performant, error-free frontend apps? Let’s explore when and why you should use Bun.
In this guide, we’ll show you how to add structured data to your site to make your website more discoverable.
We discuss a new TypeScript 5.1 feature: decoupled type-checking between JSX elements and JSX tag types. Learn what it is and why it matters.
Learn how to generate TypeScript and C# API clients with NSwag to reduce your workload when building a project.
See how easy it is to port a TypeScript app from Node.js to Bun. Compare the performance of Bun vs. Node.js.
Learn how to use the TinyPNG API to easily automate image optimization in your projects.
This post shows you how to use fontaine to reduce cumulative layout shift on your Docusaurus site.
Learn how to use the Web Monetization API, a JavaScript browser API that allows the creation of a payment stream from the user agent to a website.
useState
with URLs: How to persist state with useSearchParams
Learn about a simple React Hook that stores state in the URL query string, building on top of the React Router useSearchParams Hook.
Progressive web apps are a (terribly named) wonderful idea. Our tutorial takes you from CRA to PWA in a snap.
As part of the TypeScript 4.7 release comes a major upgrade to ECMAScript module support for Node.js. Learn what this means going forward.