refine
refine copied to clipboard
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
Please provide enough information so that others can review your pull request: Router-provider for [remix](https://remix.run/) support ### Self Check before Merge Please check all items below before review. - [...
In this PR, We have been creating example for Medusa Storefront with `dataProvider` and `authProvider`.
Added auth page for common authentication forms. Please check all items below before review. - [ ] Corresponding issues are created/updated or not needed - [ ] Docs are updated/provided...
I'm writing blog post about mocking HTTP requests in React.
We appreciate your support if you or your organization is using refine. You are welcome to leave replies about your product and organization here, which could become the confidence of...
**Describe the bug** The clear button in the filterDropdown resets not just the value but also the operator always to "eq". This makes it impossible to use any other operator...
**Is your feature request related to a problem? Please describe.** I want to use two dashboard in my app so I didin't pass the Dashboard prop to `` component. Resulting...
**Is your feature request related to a problem? Please describe.** When using `String` as pk, the default hasura dataProvider always throws `variable \"id\" is declared as uuid!, but used where...
**Is your feature request related to a problem? Please describe.** On Strapi, you can use **objects** to make deep filters (https://docs.strapi.io/developer-docs/latest/developer-resources/database-apis-reference/rest/filtering-locale-publication.html#deep-filtering) Example: ``` filters: { chef: { restaurants: { stars:...
This PR is related to issue #1862. Applying this change makes the default menu provided by Refine that is inside a Sider element to match the default AntD theme set...