Hacker News new | ask | show | jobs
by Rowern 2350 days ago
This looks pretty interesting! If anyone is looking for a tool to build a full fledge Back Office I warmly recommend react-admin (https://github.com/marmelab/react-admin/). Been using it for a year now and we went from 0 back office to a feature full one in no time!
3 comments

React Admin is awesome. Combine it with Hasura (automatic GraphQL on top of PostgreSQL) and you can build an entire back office admin suite (API endpoints and admin front end) in a matter of hours. You end up writing more SQL than react as react-admin is basically a CRUD form generator.

This adaptor connects react-admin with Hasura: https://github.com/Steams/ra-data-hasura-graphql

Or, you know, just use Django ;-)
This is a great option for stacks not built on Django!
Been researching space as well. This is more feature complete IMO.

https://react-material-dashboard.devias.io/dashboard

The is just a web "template". React-admin is a full featured framework with multiple data backends.