swift-tools
v0.1.132
Published
A no-frills react toolset, including labels, buttons and a form system built on Formik- including many field types (text, select, checkbox, rich-text, multiselect, modal select), and advanced field gating logic.
Downloads
25
Readme
Development
When developing locally, set in package.json:
"react": "../deepstack-widgets/node_modules/react",
This will share one running instance of React only, and yarn link in combination of yarn run watch will let you double-develop locally.
Deployment
When deploying, set in package.json:
"react": "^17.0.2",