frappe-straw
v0.15.0
Published
Yet another straw to consume Frappe
Readme
Demo
You can install the demo app from here. It contain example code and a playground. This can also be used as a test suite for development of this plugin.
Installation
npm install frappe-strawExample
import { useDocument } from 'frappe-straw';
import { type BaseDocument } from 'frappe-straw/types';
const { data, error, loading, refresh } = useDocument<BaseDocument>(
'Role',
'Guest',
{
fetchOnMount: false,
},
);Inspirations
Self Promotion
Like this project? Give it a star! ⭐, and spread the word! 🚀. And if you are feeling especially charitable, follow Sabu Siyad on GitHub
