🎉 React Admin 5.14.4 just dropped! 🚀
• Fix SavedQuery when disableSyncWithLocation is set
• Fix RichTextInput nesting unordered & ordered lists
• Fix compatibility with latest @hookform/resolvers
• [Doc] Improves TanStack Start setup
🔗 github.com/marmelab/react-admin/releases/tag/v5.14.4
Posts by react-admin
Wow, thanks @talysto.com ! We put a lot of heart into our docs because we know how much they matter for the community. Seeing React Admin mentioned here made our day! 🙌
🚀 React-admin 5.14.3 is here!
This update hardens Offline Support for <Edit>, <List>, and <ReferenceField>. We’ve also added documentation for the new Enterprise <DataTableInput> component.
#react #opensource #developers
It’s been a busy few months building the most productive framework for your internal tools.
Catch up on every update and new feature here:
marmelab.com/blog/2026/02...
We’re keeping your stack modern and compatible:
📦 AG-Grid v35 support
📅 MUIX v8 Date Pickers
📑 RJSF v6 support
✨ Smarter Guessers for scalar arrays
Plus, we’ve added more Shadcn Admin Kit components to give you total UI flexibility.
2026 is off to a flying start! 🚀
We’ve been shipping non-stop since Autumn to level up the #ReactAdmin DX. Here’s a recap of the journey so far:
⚡️ Faster <ArrayInput>
🗺️ #TanStackRouter adapter
🧩 New <DataTableInput> & <RecordsIterator>
🏗️ More logic moved to headless ra-core
More below...
9thCO has published a hands-on guide on integrating Supabase with react-admin to build internal tools, such as member management platforms.
👇 Link to the guide in the thread.
#Supabase #React-Admin #WebDev
React Admin 5.14.2 is out! 🎉
We've improved offline capabilities for <ReferenceFieldBase> and added essential documentation for AI coding assistants and TanStack Start.
Plus, a new Spring Boot Data Provider is available. 😉
#react #reactadmin #OSS
🆕 Exciting news! React-admin now supports TanStack Router!🎉
This means you can now use react-admin in a TanStack Start application. @tanstack.com
🔗 Check it out: marmelab.com/react-admin/...
Want to build a fully functional Kanban board with #React and #shadcn?
This in-depth tutorial walks you through building a Trello-like board, complete with drag-and-drop cards, clean UI & a modern architecture.
Check it out now👇
marmelab.com/blog/2026/01...
@shadcn.com
Every react-admin app needs a data provider. It’s how your #frontend talks to the #backend. 🔄 Understanding it is key to mastering react-admin.
This beginner-friendly guide walks you through the essentials, helping you build a solid foundation.
🔗 sameeramadhuranga.medium.com/react-admin-...
Happy New Year! 🎉
2025 was a record-breaking year for react-admin:
🚀 40 releases
⭐ 26k stars on GitHub
🤯 4 million downloads
A big thank you to all our contributors & users for making 2025 such a success! 🙏 Your support means the world to us!
We’re excited to keep growing in 2026! #react #OSS
Ever wanted to use react-admin with Ruby on Rails?
This article walks you through how to integrate the two to create a powerful admin interface. 💻
It covers the complete implementation from backend API design to frontend data provider configuration.
🔗 nitid.co/blog/2025_11...
#React #RubyOnRails
🚨 The final newsletter of the year is dropping soon! 🚨
We’re wrapping up 2025 with a big recap.
You can expect a throwback to major releases and key highlights, all straight from the core team.
📩 Make sure you don’t miss it: rb.gy/uez10x
#reactadmin #react #OSS
Want to build a flexible and dynamic CMS with minimal code? 🔧
Then check out this tutorial to learn how to create your next CMS using @react-admin.bsky.social and @supabase.com ⚡ :
👉 marmelab.com/blog/2025/01...
#Supabase #react #CMS
🔐 Simplify auth in your app: Add role-based access control (RBAC) on top of your REST API
React-admin already handles client-side RBAC. But what about the backend?🤔
We’ve built a generic RBAC proxy server that reuses your RBAC roles to enforce permissions server-side.
marmelab.com/blog/2025/10...
Good thing you can use react-admin with both shadcn and Material UI thanks to its headless core! 😉
👉 marmelab.com/ra-core/
We just published a step-by-step guide on building a simple scheduling application with ra-scheduler.
In this tutorial, you’ll learn how to:
✅ Set everything up
✅ Convert existing data
✅ Customize events edition
🔗 Check it out now!👇
marmelab.com/blog/2025/09...
#react #opensource
React-Admin v5.11.4 is out! 🎉
This release includes:
✅ Fixes for useGetManyAggregate, useDeleteController & <FilterLiveForm>
🎨 <Toolbar> now has a default background
🔗 <ReferenceInput> always returns at least the currently selected reference
& more
🔗 Full changelog: github.com/marmelab/rea...
Want to change the look of your react-admin app? 🎨
Simply use the theme prop of the <Admin> component & that’s it!
Which theme is your favourite?
🔗 marmelab.com/react-admin/...
#react #opensource
React-admin 5.11.3 has been released! 🎉
This version fixes:
✅ an issue affecting the priority of redirections between logout and checkAuth &
✅ an issue in the DataTable documentation regarding sorting
Check out the full changelog at 👇
github.com/marmelab/rea...
Our friends at Bryntum just posted a helpful tutorial on how to use ra-scheduler.
This guide covers how to:
✅ Create, customize & style ra-scheduler
✅ Connect it to a backend REST API
If you’ve been wanting to try out ra-scheduler, this is the perfect place to start!
🔗 bryntum.com/blog/react-a...
The word got out: Shadcn Admin Kit is an open-source #React framework for building single-page-apps with Supabase, react-query, react-hook-form, react-router, and shadcn. #OSS
🧵(3)
👾 Miscellaneous:
✔️ <TreeInput> offers a more compact UI to select a tree node
✔️ <LockStatus> improves the content locking mechanism
✔️ New Auth Providers: APISIX OpenID Connect and Appwrite
marmelab.com/blog/2025/09...
🧵(2)
🧑💻 DX:
✔️ Render props: Easier custom rendering in many components
✔️ Reference fields empty prop for when there are no referenced records
✔️ ra-core: Headless react-admin with no UI dependencies
✔️ shadcn-admin-kit is react-admin for a Shadcn UI
marmelab.com/blog/2025/09...
🧵 Get the latest updates in our new blog post, covering:
🆕 New features:
✔️Soft Delete makes archiving & restoring records easy
✔️Sophisticated new scheduling component
✔️Menu keyboard navigation with shortcuts
✔️Resource specific translations for buttons and pages
& more
marmelab.com/blog/2025/09...
Did you know you can change the look of your React-admin app in seconds? 🎨
This is possible thanks to the 5 themes built right into React-admin.
Just use the theme prop of the <Admin> component & that’s it!
youtube.com/shorts/lENLb...
#react #materialui #opensource
Need advanced scheduling in your app?
Introducing ra-scheduler: A powerful scheduler for managing tasks, events & more!
It's packed with advanced features like:
✅Drag-and-drop
✅Custom layouts & styling
✅Localization
✅Grouping & filtering
✅Export to PDF
react-admin-ee.marmelab.com/documentatio...