How to Run React-Admin On Next.Js
React-admin is designed for single-page-apps, but can also run with an SSR framework like Next.js
Full-stack web developer at marmelab, Adrien is a Software Engineer with a strong taste for agile project management. He's also a judoka! He has only one goal: discover Irene's identity.
React-admin is designed for single-page-apps, but can also run with an SSR framework like Next.js
Learn how to customize the theme of a react-admin application without rewriting everything
We recently had to investigate and optimize a large PostgreSQL database. Here is a what we did to remove the bottlenecks.
A wizard form is like a carousel: it's a series of slides. Implementing it in React is a great way to learn about state, transitions, and CSS-in-JS.