0.0.4 • Published 4 months ago

fast-pubsub v0.0.4

Weekly downloads
-
License
-
Repository
github
Last release
4 months ago

fast-pubsub

Fast use of parm-pub-sub model in JS/TS without React Hooks like useState, useEffect, etc.


Run with npm install fast-pubsub


How to Initialize:

  • For JS
const content = new PubSub();
  • For TS (You can type your variable)
const content = new PubSub<string>();

Methods:

  • parameter
  • publish
  • subscribe
0.0.4

4 months ago

0.0.1

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.1.1

3 years ago

0.1.0

3 years ago