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.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Pik react utils

Todo

  • Entities should work with Proxies to get thier fields automaticly
  • Normalization proccess with _uid and _type
  • Typescript
  • Add API and store functions for delete/update/create entities
  • Entities typings
  • Css modules/Styled components
  • Tests
  • Sentry implementation
  • Routing

Quiсk start

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

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

Table of contents

Utils
  • factoryEntityGetter — function to create mobx computed entity getters
  • factoryEntitiesGetter — function to create mobx computed entities getters
  • bind, bindArgs - cache result of global.bind function
Components
  • PikContainer — it's necessary to use this container as container of the app
  • Spinner — loading indicator component (deprecated)
Stuff
  • BaseEntity, BaseValue, List — general types
  • 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 16 Apr 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