Socket
Socket
Sign inDemoInstall

ackee-frontend-toolkit

Package Overview
Dependencies
8
Maintainers
6
Versions
43
Alerts
File Explorer

Advanced tools

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


Version published
Weekly downloads
3
decreased by-25%
Maintainers
6
Install size
80.7 MB
Created
Weekly downloads
 

Readme

Source

Ackee Frontend Tookit

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

There is live showroom (Storybook) for some components/tools.

How to use

  1. Install Run 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(...)

// 2. Import from namespace
import * HOC from 'ackee-frontend-toolkit/HOC';

HOC.loadable(...)

// 3. 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

Components

High order components

Helpers

Sagas

Actions

Selectors

Modules

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 :)

Development recipes

FAQs

Last updated on 21 Apr 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc