Helper functions for writing client components.
npm install @react-foundry/client-component-helpersReact Foundry - Client Component Helpers
========================================
Helper functions for writing client components.
Using this package
------------------
First install the package into your project:
``shell`
npm install -S @react-foundry/client-component-helpers
Then use it in your code as follows:
`js
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:
`shell`
pnpm install
`shell`
npm run build
`shell``
npm run clean