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

ackee-frontend-toolkit

Package Overview
Dependencies
Maintainers
6
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.16.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
15
increased by25%
Maintainers
6
Weekly downloads
 
Created
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

Package last updated on 21 Apr 2022

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