Skip to content

keajs/kea-waitfor

Repository files navigation

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

kea-waitfor

Promise that waits for an action

What and why?

Use in tests or with SSR to wait for a specific action

Getting started

Add the package:

yarn add kea-waitfor

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

import { waitForPlugin } from 'kea-waitfor'

resetContext({
  plugins: [waitForPlugin]
})

Sample usage

Read the documentation

About

Wait for actions with a promise

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published