@focus.matters/common
v0.0.3
Published
## Overview
Downloads
15
Readme
Focus matters - Common
Overview
Welcome to common, the core library of React components, methods, and classes used across @focus.matters component ecosystem. This package is designed to standardize and simplify the development of our React applications by providing a suite of commonly used functionalities.
Features
- EventEmitter: Allows to emit events and make suscriptions in order to share information between classes and components.
- TaskSerialEnqueuer: Allows to add tasks to be performed in a serial manner.
- useSuscription: Similar to useExternalStore but more of my style.
- Store: Highly performant store class.
Will be continued
This documentation is not ready and it will be continued later because of lack of time.
