Hacker News new | ask | show | jobs
by tessela 1237 days ago
I would like to see examples of integrating refine in a existing app.
1 comments

Here is complete CRUD admin panel example built using refine: https://example.admin.refine.dev/

You can take a look at the other real world examples with the source codes from here: https://refine.dev/examples/

Additionally the full examples for refine feature implementations:

https://refine.dev/docs/examples/

Where can I find docs for the map component?
Here's a great example, no need for a custom-made refine and Map component document because with refine's headless approach, you can use Map components as you please.

https://github.com/refinedev/refine/blob/next/examples/finef...

Thank you very much for your quick answer! Will study this!
You're welcome! I'm glad I could help. Let me know if you have any more questions.