0.0.15 • Published 2 years ago

@agile-ts/event v0.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

WIP Event

Handy class for emitting UI Events

⏰ Short Example

const MY_EVENT = createEvent();
MY_EVENT.on((data) => {console.log("hello there " + data.name)}); // Print 'hello there jeff' if Event gets triggered
MY_EVENT.trigger({name: "jeff"}); // Trigger Event

⬇️ Installation

npm install @agile-ts/event

The event package is an extension of AgileTs and doesn't work without the core package, which functions as the brain of AgileTs and is indispensable. Unfortunately, we can't combine each core with event version. Therefore, we have created a table which shows which versions fit together without restrictions.

@agile-ts/event@agile-ts/coreNPM VersionSupported React versionsSupports hook based components
v0.0.1+v0.0.10+v6+16.8+Yes

Other Versions aren't supported anymore

📄 Documentation

The Agile Event Docs are located here

0.0.15

2 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago