Products
Courses
Blog
Documentation
Changelog
FAQ
Pricing
Demo
react
Everything you need to know about "react" in the Makerkit blog
Jul 2, 2026
TanStack Start vs Next.js in 2026: Which React Framework for Production SaaS
TanStack Start vs Next.js compared for production SaaS in 2026. Type-safe routing, data fetching, server functions, Vite + Nitro deploy-anywhere vs the App Router, RSC, auth and billing. An opinionated 'what we chose and why' from the team shipping kits on both.
Jul 2, 2026
What Is TanStack Start? A 2026 Guide for React Developers
TanStack Start is a full-stack React framework built on TanStack Router, Vite, and Nitro. Learn its core concepts (server functions, loaders, type-safe routing), whether it's production ready, and how it compares to Next.js.
Dec 25, 2024
Updating Shadcn UI Components to React 19
In React 19, the 'forwardRef' function was deprecated. This post will show you how to update your Shadcn UI components to work with React 19 and ensure future compatibility.
Dec 23, 2024
Building Embeddable React Widgets: Production-Ready Guide
Learn to build production-ready embeddable React widgets. Bundle with Rollup, isolate styles with Shadow DOM, and deploy a single script that works on any website.
Jul 10, 2024
Creating a Delightful Onboarding Experience with Multi-Step Forms
In this post, we'll show you how to create a delightful onboarding experience using the Multi-Step Form Component for Makerkit.
Jul 9, 2024
Introducing the Multi-Step Form Component for Makerkit
We're excited to announce the release of the Multi-Step Form Component for Makerkit. This component allows you to create multi-step forms with ease.
Jul 9, 2024
Building Multi-Step Forms with React
Learn how to build multi-step forms in React with per-step validation using React Hook Form, Zod, and smooth animated transitions.
Feb 17, 2023
Supabase Pagination in React: The Complete Guide
Learn to implement pagination with Supabase in React and Next.js. Covers offset and cursor pagination, count optimization, URL state, and TanStack Table integration.
Feb 17, 2023
A reusable Table component for React.js
How to build a reusable Table component for React.js using Tanstack and Tailwind CSS.
Jan 12, 2023
Writing clean React
Level up your React 19 coding skills with TypeScript. Learn modern patterns including Server Components and the React Compiler.