📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

@patterninc/react-ui

Package Overview
Dependencies
Maintainers
4
Versions
1473
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@patterninc/react-ui

React UI component library for use at [Pattern](https://pattern.com).

3.0.2
npm
Version published
Weekly downloads
0
Maintainers
4
Weekly downloads
 
Created
Source

React UI

React UI component library for use at Pattern.

Development

This project can be used as a frontend override, like any other app. Run yarn dev and set a frontend override to see your updates.

Adding/Updating Types

Typescript typechecking happens at build-time, so setting a frontend override won't help with typechecking. To ensure your types still work, you'll need to:

  • yalc publish in this repo
  • yalc link @patterninc/react-ui in shelf/predict/marketshare/etc.

After that, you can easily push out updates from here to the other repos by doing:

  • yalc push

Note: you can either install yalc globally, or prefix all the previous commands with npx, e.g. npx yalc publish

Updating package.json version

Do either of the following:

  • Run npm version patch
  • Manually update the package.json version field by opening package.json and incrementing the last number

FAQs

Package last updated on 19 Jul 2021

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