API Index
Here is a list of the main functionalities provided by Cami.js:
- Reactive Element (Core): An extension of
HTMLElement
that automatically defines observables without any boilerplate. - Console Functions (Utility): A set of utility functions for logging and debugging.
- HTTP (Utility): A set of functions for making HTTP requests
- Observable State (Primitive): A class that extends the Observable class and adds methods for updating the value of the observable.
- Observable Store (Primitive): A store that holds the state of your application and allows you to manage it in a reactive way.
- Observable Stream (Primitive): A class that provides a way to handle asynchronous data streams.
- Observable (Primitive): The base class for creating observables.