0.5.0 • Published 4 months ago

frappe-straw v0.5.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
4 months ago

Warning!

This package is in very active development. Components may or may not work as intended. If you face any issues, report them here. If you want to contribute, please raise a pull request.

Example

import { useDocumentResource } from 'frappe-straw';
import { BaseDocument } from 'frappe-straw/types';

const { data, error, loading, refresh } = useDocumentResource<BaseDocument>(
  'Role',
  'Guest',
  {
    fetchOnMount: false,
  },
);

Inspirations

License

GPLv3

0.5.0

4 months ago

0.4.0

4 months ago

0.3.2

5 months ago

0.3.1

5 months ago

0.3.0

5 months ago

0.2.2

5 months ago

0.2.1

5 months ago

0.2.0

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago