0.5.0 • Published 1 year ago

frappe-straw v0.5.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
1 year 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

1 year ago

0.4.0

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago