Hacker News new | ask | show | jobs
by reactspa 1247 days ago
I've read the word "headless" used in different contexts.

How would you define a "headless" CRUD framework please?

Thanks in advance.

1 comments

In 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.
Is there any difference between "server side" and "headless" in this context?

https://www.google.com/search?q=server+side+react+framework

In 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-