🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@nullserve/react-lib

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nullserve/react-lib

Made with create-react-library

Source
npmnpm
Version
0.9.1
Version published
Weekly downloads
21
Maintainers
1
Weekly downloads
 
Created
Source

This project houses a react component library utilized by NullServe React apps. It acts both as a library and rudimentary design system.

There are 3 primary frameworks in use in this project:

  • Create React Library
  • Create React App
  • StoryBook

Create React Library and Storybook detect and utilize Create React App and to help deliver their independent goals.

Local Development

It's recommended that storybook be used for local development. Storybook will allow you to write use cases to visually test and demonstrate a component use case.

yarn run storybook

Libraries in use

NullServe's component system is driven primarily by Chakra UI for style and layout. While Apollo Client is generally assumed to exist, it isn't brought in by this library or used by any pages at this time. Formik and Yup are used for form components and validation. Reach Router is used for routing.

In the future, these dependencies may be moved to a different library and this project may be changed over to a monorepo that houses them, to try to isolate transitive dependencies. If you're reading this and that sounds like something you want, open a github issue.

FAQs

Package last updated on 17 May 2020

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