rare-sapphire
rare-sapphire16mo ago

Hello everyone I just found this project

Hello everyone I just found this project on twitter. And I want to understand the working logic. As far as i understand a rapid tool (cli) for creating CRUD pages with React.js. Can I say it is a framework based on react? Or just a rapid tool
2 Replies
yelping-magenta
yelping-magenta16mo ago
It's a framework based react. Our framework speed ups the repetitive tasks demanded by CRUD operations and provides industry standard solutions out-of-the-box for critical parts of a project like authentication, access control, routing, networking, state management and i18n. CLI purpose is speed of the development process with features like resource generation you can see our examples here https://refine.dev/examples/ We also have integrations that you can quickly start your projects with https://refine.dev/integrations/ probably you see our project creation app. you can preview your app before download https://refine.new/ I suggest to read https://refine.dev/docs/. if you start here and continue with tutorial, you will grasp what is refine in 30 minutes.
If you have further questions, please don't hesitate to ask in #ask-any-question section. we are glad to help 🙏🏻
rare-sapphire
rare-sapphire16mo ago
Thank you very much, I want to review the framework more but first I need to learn React