🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

kea-loaders

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kea-loaders

Action Listener side-effects for Kea

latest
Source
npmnpm
Version
3.1.1
Version published
Maintainers
1
Created
Source

NPM Version minified minified + gzipped Backers on Open Collective Sponsors on Open Collective

kea-loaders

Loaders plugin for kea. Works with kea 1.0.0 and up.

What and why?

Loaders abstract away a "request / success / failure / loading" pattern, common in web applications.

Getting started

Add the package:

yarn add kea-loaders

... then add it to kea's plugins list:

import { loadersPlugin } from 'kea-loaders'

resetContext({
  plugins: [loadersPlugin({ ...options })]
})

Sample usage

Read the documentation

FAQs

Package last updated on 22 May 2025

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