0.4.1 • Published 5d ago
@react-foundry/client-component-helpers
Licence
MIT
Version
0.4.1
Deps
0
Size
3 kB
Vulns
0
Weekly
0
React Foundry - Client Component Helpers
Helper functions for writing client components.
Using this package
First install the package into your project:
npm install -S @react-foundry/client-component-helpers
Then use it in your code as follows:
import clientComponentHelpers from '@react-foundry/client-component-helpers';
// WRITEME
Working on this package
Before working on this package you must install its dependencies using the following command:
pnpm install
Building
npm run build
Clean-up
npm run clean