Yıldıray Ünlü
Yıldıray Ünlü
Add Chakra UI docs.
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...
**IMPORTANT: Please do not create a Pull Request without creating an issue first.** Add queryOptions param on useShow hook. ### Closing issues Put closes #3023 in your comment to auto-close...
Add refine cli.
Creating a new refine project with `refine-cli`. 
Inferencer support added to the resources created with the `refine-cli`.
Add `refine-cli` docs.
Add `cursor pagination` example for `mui`
Refactor `@pankod/refine-core` -> `useSelect` hook docs.
``` const { autoSaveProps } = useForm({ warnWhenUnsavedChanges: true, autoSave: true, }); ``` ``` //... return ( //.. ```  ### Test plan (required) TODO:...