Recommended tsconfig settings For Nextjs 14
03 Oct 2024
11 min read
On this page
Related Articles
Building A Reusable Generic Http Client In Nextjs 14
Learn how to build a reusable, type-safe HTTP client for making API requests with GET, POST, PUT, and DELETE methods.
Read article
How to Generate a Table of Contents from Markdown in React Using TypeScript
Learn how to generate a Table of Contents (TOC) from Markdown content in a React application
Read article
What Is An Agent Harness? The Pattern Behind Every AI Coder
A deep dive into agent harnesses — the loop that wraps an LLM and turns it into something that can read files, run tests, and ship code. We break down the six parts, the turn loop, the design tensions, and build one in 30 lines of TypeScript.
Read article
Upgrading Tailwind CSS V3 To V4 In Nextjs 14
Upgrading Tailwind CSS v3 to v4 in Next.js 14
Read article