Products
Courses
Blog
Documentation
Changelog
FAQ
Pricing
Demo
react
All the articles about react in the Makerkit blog
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: A Complete Guide
Learn how to create embeddable React widgets for your web application. Inject your React widget into any website with ease.
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.js
In this article, we explain how to build Multi-Step forms with Next.js and the library react-hook-form
Feb 17, 2023
Pagination with React.js and Supabase
Discover the best practices for paginating data using Supabase and React.js using the Supabase Postgres client
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 using our comprehensive guide on writing clean code. Learn modern patterns including Server Components and the React Compiler.
Dec 26, 2022
How to use MeiliSearch with React
Learn how to use MeiliSearch in your React application with this guide. We will use Meiliseach to add a search engine for our blog posts
Dec 22, 2022
How to Use Supabase with TanStack Query (React Query v5)
Learn how to use Supabase with TanStack Query v5 for caching, optimistic updates, and automatic re-fetching. Includes TypeScript examples and common patterns.