@composi/observer:
Install
No Install
If you've created a project using create-composi-app
, you do not have to install
@composi/observer. It is already installed in the new project and ready to import into your code. Read
the documentation for
create-composi-app to
learn how to get up and running fast.
To use @composi/observer, you'll need to import it into your project:
import { Observer } from '@composi/observer'
Once you've imported @composi/observer into your project you are ready to start using it. Read the docs for Observer, Watch, Send and Unwatch.