© 2026 Hedgehog Software, LLC
isAdmin
const Dashboard = ({ user }: { user: User }) => { const history = useHistory(); if (!user.isAdmin) { history.push('/'); }
Join the Discord to ask follow-up questions and connect with the community
Rails-like framework for React, Node.js and Prisma. Build your app in a day and deploy it with a single CLI command.
4,603 Members