Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-uxp-react-app

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-uxp-react-app

This package includes the global command for to create a UXP-SWC app in React context. ### Prerequisites 1. NodeJS >= 18.x 2. Yarn v3.x ([Quick steps to migrate from yarn 1.x](https://yarnpkg.com/migration/guide)) 2. UXP >= 7.2 ### Quick Start Us

  • 0.1.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

create-uxp-react-app

This package includes the global command for to create a UXP-SWC app in React context.

Prerequisites

  1. NodeJS >= 18.x
  2. Yarn v3.x (Quick steps to migrate from yarn 1.x)
  3. UXP >= 7.2

Quick Start

Use the create-uxp-react-app to create the boiler plate project

npx create-uxp-react-app <name-of-the-app>
cd <name-of-the-app>

Install respective components from swc-uxp-wrapper and swc-react libraries.

yarn add @swc-uxp-wrappers/checkbox
yarn add @swc-react/checkbox
yarn watch (and continue using the react components)

Once you have the project structure ready, you can import the component in for example App.js

import { Checkbox } from "@swc-react/checkbox";

And finally use the component

<Checkbox> I am a checkbox</Checkbox>

FAQs

Package last updated on 26 Sep 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc