refine
refine copied to clipboard
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
### Is your feature request related to a problem? Please describe. Elide is a low code java solution to build rest and graphql apis. Suggestion is to build a dataprovider...
### Is your feature request related to a problem? Please describe. [PocketBase](https://pocketbase.io/) is an Open Source backend service. Writing [Data](https://refine.dev/docs/api-reference/core/providers/data-provider/), [Auth](https://refine.dev/docs/api-reference/core/providers/auth-provider/), and [Live](https://refine.dev/docs/api-reference/core/providers/live-provider/) Provider for refine would be great! ###...
**Is your feature request related to a problem? Please describe.** I am setting syncWithLocation to true for useTable from Antd, the initialValues in searchFormProps is empty **Describe the solution you'd...
### Is your feature request related to a problem? Please describe. [Redash](https://redash.io/) is a connect and query your data sources, build dashboards to visualize data, and share them with your...
### Is your feature request related to a problem? Please describe. [FeathersJS](https://docs.feathersjs.com/) is a lightweight web-framework for creating real-time applications and REST APIs using JavaScript or TypeScript. Writing [Data](https://refine.dev/docs/api-reference/core/providers/data-provider/), [Auth](https://refine.dev/docs/api-reference/core/providers/auth-provider/),...
Due to deprecation of [react-mde](https://github.com/andrerpena/react-mde), we switched to [react-md-editor](https://github.com/uiwjs/react-md-editor) on all examples. Please check all items below before review. - [x] Corresponding issues are created/updated or not needed - [x]...
Please provide enough information so that others can review your pull request: I updated peerDependencies for chakra-ui and mantine packages. ### Closing issue - https://github.com/refinedev/refine/discussions/2409#discussioncomment-4062340 ### Self Check before Merge...
### Is your feature request related to a problem? Please describe. [Elastic UI](https://elastic.github.io/eui/#/) is the front-end framework used by all products of elastic group. I think this can be a...
- Prevented server request when empty filter value is provided. - Added `singleSelect` type column to category and status columns in Material UI examples for filter accordingly to relational data....
Add `generate` command for `refine-cli`. - [x] Create template - [x] Determining the project type (vite, nextjs, cra) - [x] Compile templates by project type - [x] Add `resource` with...