-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Here is a list of the main functionalities provided by Cami.js: | ||
|
||
- [Reactive Element](./reactive_element.md): An extension of `HTMLElement` that automatically defines observables without any boilerplate. | ||
- [Console Functions](./console_functions.md): A set of utility functions for logging and debugging. | ||
- [Observable State](./observable_state.md): A class that extends the Observable class and adds methods for updating the value of the observable. | ||
- [Observable Store](./observable_store.md): A store that holds the state of your application and allows you to manage it in a reactive way. | ||
- [Observable Stream](./observable_stream.md): A class that provides a way to handle asynchronous data streams. | ||
- [Observable](./observable.md): The base class for creating observables. | ||
- [HTTP](./http.md): A set of functions for making HTTP requests | ||
- [Reactive Element](./reactive_element.md) (Core): An extension of `HTMLElement` that automatically defines observables without any boilerplate. | ||
- [Console Functions](./console_functions.md) (Utility): A set of utility functions for logging and debugging. | ||
- [HTTP](./http.md) (Utility): A set of functions for making HTTP requests | ||
- [Observable State](./observable_state.md) (Primitive): A class that extends the Observable class and adds methods for updating the value of the observable. | ||
- [Observable Store](./observable_store.md) (Primitive): A store that holds the state of your application and allows you to manage it in a reactive way. | ||
- [Observable Stream](./observable_stream.md) (Primitive): A class that provides a way to handle asynchronous data streams. | ||
- [Observable](./observable.md) (Primitive): The base class for creating observables. |