Casual & Friendly: Show & Tell: Built an Internal Management App with Refine + React + REST API #7459
tranminhkhoi8407-dev
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Show & Tell: Built an Internal Management App with Refine + React + REST API
Hey Refine community!
I'm a CS student and I recently built an internal management system (think student/HR/inventory management) using Refine, and I'm genuinely impressed by how much it sped up my development workflow.
Tech Stack
What I built
A full CRUD internal management app with:
<CanAccess />componentWhat I loved about Refine
As someone fairly new to React, the data provider abstraction was a game changer. I just plugged in my REST API endpoint and Refine handled all the fetching, caching, and state management automatically. The
useTable,useForm, anduseShowhooks saved me hours of boilerplate.Questions for the community
dataProviderfor nested resources?Thanks for building such an awesome framework! Happy to share code snippets if anyone's interested.
All reactions