6 ms·
This looks great! I have been wishing for a headless CRUD framework for React. i have to dive deeper into this, but it looks promising.
by hobonumber1 4y ago
This looks great! I have been wishing for a headless CRUD framework for React. i have to dive deeper into this, but it looks promising.
- omeraplak 4y agoBeing able to convince others is amazing! Have you used a similar framework before? Thank you
- reactspa 4y agoI've read the word "headless" used in different contexts. How would you define a "headless" CRUD framework please? Thanks in advance.
- omeraplak 4y agoIn a front-end project, being "headless" means that all functions can work without dependence on any user interface elements/components. With Refine, you can use features such as data management, authentication, real-time functionality, audit-logging, internationalization, and access control with any user interface element/component of your choice. This means that Refine does not restrict you in terms of styling and customization.
- reactspa 4y agoIs there any difference between "server side" and "headless" in this context? https://www.google.com/search?q=server+side+react+framework https://www.google.com/search?q=server+side+react+framework
- omeraplak 4y agoIn this context, "server side" and "headless" refer to different things. "Server side rendering" (SSR) or "client side rendering" (CSR) refer to a method of rendering a website or application, while "headless" refers to the architecture of the application's business logic. For more details: https://refine.dev/docs/#what-do-you-mean-by-headless- https://refine.dev/docs/#what-do-you-mean-by-headless-