Hello, guys. I'm trying to use refine in
Hello, guys. I'm trying to use refine in my new project. This is my first time using refine. I think refine is excellent.
but, there' no exact guide for sample program. Can you tell me if there is a detailed manual?
I installed
npm create refine-app@latest
, npm create refine-app@latest -- --example finefoods-material-ui
but I'm struggling to know your architecture. when I meet some errors, It's not easy to solve them.
and above two sample's naming rule and route methods are different.2 Replies
united-yellow•5mo ago
Hey @진서기 I suggest reading our guide & concepts section of our documentation, they will give you a great overview.
https://refine.dev/docs/guides-concepts/general-concepts/
General Concepts | Refine
Refine is an extensible framework designed for rapidly building web applications. It offers a modern, hook-based architecture, a pluggable system of providers, and a robust state management solution. This section provides an overview of the key concepts in Refine.
rare-sapphire•4mo ago
Thank you Batu.
Of course, I've read that documents several times.
In
npm create refine-app@latest
dataProviderSimpleRest are imported in dataProvider.
there's no exact description above document(General Concepts).
Now, I know the function of dataProviderSimpleRest.
However, we are putting a lot of effort to know its exact function.