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

pik-react-utils-test

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pik-react-utils-test

Put a description here

  • 0.1.15
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Contribute!

Todo

  • Entities should work with Proxies to get thier fields
  • Separate components, utils, storages, types into different packages
  • Normalization proccess with _uid and _type
  • Sentry implementation
  • Routing
  • Typescript
  • Css modules/Styled components
  • Tests
  • Button component
  • Form component
  • Input component
  • List component
  • Dropdown component
  • Other components
  • Other utils

Quiсk start

npm i pik-react-utils
import { Spinner } from "pik-react-utils"

function ComponentWithSpinnner() {
    return (
        <div><Spinner /><div>
    )
}

Table of contents

PikContainer — it's necessary to use this container as container of the app
InfiniteScroll — component for infinite scroll
Table — component for creating tables with infinite scroll
Spinner — loading indicator component
api — configurable api
stores — stores

Example

https://github.com/pik-software/staff-front

Tips

It's better if you application will be in typescript All configs should be in entry point file of your application

FAQs

Package last updated on 22 Jan 2018

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