refine
refine copied to clipboard
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
Inferencer support added to the resources created with the `refine-cli`.
Updated `notificationProvider` prop usage in `` component to handle hook calls inside function values. This was causing warnings on console in `@pankod/refine-mui` and `@pankod/refine-chakra-ui`. ### Closing issues Resolves #3089 ###...
Add `refine-cli` docs.
### Describe the bug After creating a fresh starter project, warnings about useEffect hook usage are shown in the JS console. I am not sure which hooks are the cause....
I added Inferencer feature to the readme
I added post for comparing redwood and refine
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
Add `cursor pagination` example for `mui`
updated: [useTable doc](https://refine.dev/docs/api-reference/core/hooks/useTable/)
Documentation for new tutorial. The PR is related to Unit 6 which contains Auth Provider.