Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@manifoldxyz/studio-app-sdk-react
Advanced tools
React component library for studio apps.
React components for Studio Apps.
gm
As studio-app-sdk-react
depends on studio-app-sdk
, you'll need to build the sdk first before you can build the React components for the first time.
You can either build from the worskpace root with yarn build
, or from the studio-app-sdk-react
folder with yarn build:withsdk
.
$ cd studio-app-devtools # make sure you're in the workspace root
$ yarn build # build the sdk and sdk-react packages
# alternatively
$ cd packages/studio-app-sdk-react
$ yarn build:withsdk
./src/tests
folder..stories.tsx
file in the ./src/stories
folder to demonstrate your component.index.ts
with export.yarn storybook
in the studio-app-sdk-react
folder.
http://localhost:6006/
(default port) and test there.Studio App SDK React Storybook
app (app id: 2549157559).$ cd studio-app-devtools # make sure you're in the workspace root
$ yarn build # build the sdk and sdk-react packages
$ cd packages/studio-app-sdk-react
$ yarn link # create a symlink in the global folder
$ yarn dev # start typescript compile on watch mode
$ cd studio-claim-app
$ yarn link @manifoldxyz/studio-app-sdk-react # creates a symlink in ./node_modules to point to global studio-app-sdk-react folder
$ cd studio-claim-app
$ yarn unlink @manifoldxyz/studio-app-sdk-react
$ yarn install --force
package.json
. Use proper semantic versioning.
studio-app-sdk
dependency is correct.main
will auto-release.Very manual work for now. Noting major changes here. Ideally, we automate this with something like changesets.
AudienceBlueprintSelector
component (out of date, unused).AssetSelector
component:
specFilter
onSelect
=> onChange
filter
=> mintStatusFilter
asset
=> value
(can now accept an array of asset ids)assetId
=> defaultValue
(can now accept an array of asset ids)FAQs
React component library for studio apps.
We found that @manifoldxyz/studio-app-sdk-react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 14 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.