How to Build a Table of Content from HTML in React?

How to Build a Table of Content from HTML in React?

30 October 2024

Transforming HTML into a Table of Contents (TOC) in React can be a complex task. This guide simplifies the process, enhancing both your site's SEO and user experience.

SSR with Remix using TanStack Query

SSR with Remix using TanStack Query

29 October 2024

Explore SSR with Remix and TanStack Query in this article, focusing on setup, best practices, and real-world examples to boost SEO, enhance load times, and ensure smoother user interactions.

What's ShadCN and How to Add It to Your Project

What's ShadCN and How to Add It to Your Project

28 October 2024

Discover ShadCN: a game-changing component library that enhances web development efficiency. Explore its origins, features, and seamless CLI integration in our comprehensive guide.

Server Actions vs API Routes in Next.js 15 - Which Should I Use?

Server Actions vs API Routes in Next.js 15 - Which Should I Use?

28 October 2024

Next.js 15 brings Server Actions and API Routes into the spotlight. Dive into our comprehensive analysis to master these powerful tools and boost your app's performance and security!

How to Sanitize HTML Response from a CMS?

How to Sanitize HTML Response from a CMS?

28 October 2024

Discover how to protect your CMS from security risks through HTML sanitization using sanitize-html library, with practical steps from the Wisp CMS blog starter kit.

How to Use Zod Validation for React Hook Forms

How to Use Zod Validation for React Hook Forms

28 October 2024

Discover how to seamlessly integrate Zod validation with React Hook Form, ensuring robust, type-safe validation for your forms. A step-by-step guide from setup to advanced techniques!