
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
ackee-frontend-toolkit
Advanced tools
Set of tools, libraries and all stuff useful for frontend development in Ackee having DRY in mind
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.
yarn add ackee-frontend-toolkit
or
npm install ackee-frontend-toolkit.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(...)
yarn build or npm run build make sources prepared to 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
Set of tools, libraries and all stuff useful for frontend development in Ackee having DRY in mind
The npm package ackee-frontend-toolkit receives a total of 9 weekly downloads. As such, ackee-frontend-toolkit popularity was classified as not popular.
We found that ackee-frontend-toolkit demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.