Blog
Documentation
Courses
Changelog
AI Starters
UI Kit
FAQ
Pricing
Live 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 coding skills with Typescript using our comprehensive guide on writing clean code. Start writing clean React code, today.
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 React Query
This post explains how to use Supabase with React Query, a popular React library for fetching data from the server.