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

ackee-frontend-toolkit

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ackee-frontend-toolkit

Set of tools, libraries and all stuff useful for frontend development in Ackee having DRY in mind

  • 0.4.2
  • npm
  • Socket score

Version published
Weekly downloads
13
increased by8.33%
Maintainers
1
Weekly downloads
 
Created
Source

Ackee Froentend Toolkit

Ackee Frontend Tookit

Set of tools, libraries and all stuff useful for frontend development in Ackee having DRY in mind.

How to use

  1. Install It's not published yet so now the best way to install it is using yarn add ackee-frontend-toolkit or npm install ackee-frontend-toolkit.
  2. Import Depending on your prefered module managment system, you can use directory ackee-frontend-toolkit/lib (CommonJS) or ackee-frontend-toolkit/es (ES2015) to import things you need. You can choose one of three ways for importing:
    1. Import partially
      import loadable from 'ackee-frontend-toolkit/HOC/loadable';
    
      loadable(...)
    
    1. Import from namespace
      import * HOC from 'ackee-frontend-toolkit/HOC';
    
      HOC.loadable(...)
    
    1. Import from full package
      import * ackee from 'ackee-frontend-toolkit';
    
      ackee.loadable(...)
    

How to develop

yarn build or npm run build make sources prepared to use.

What's inside

High order components

  • loadable
  • makeDropzone
  • translatable

Helpers

Sagas

Selectors

What we use

We don't want to invent a wheel every day so we are trying to use as much vendor components, utilities and helpers as possible. We remarked the approved ones to don't let us forget them :)

FAQs

Package last updated on 29 Dec 2017

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