Closed urizev closed 1 year ago
Hi,
Currently I am using Preact by importing it in the web browser like this:
<script src="https://unpkg.com/preact" />
And I would like to integrate signal in my application. I am looking for signals in unpkg but I cannot find it.
Unpkg consumes from NPM, meaning every package is named the same.
@preact/signals -> https://unpkg.com/browse/@preact/signals/
@preact/signals
Great! Thanks!
Hi,
Currently I am using Preact by importing it in the web browser like this:
And I would like to integrate signal in my application. I am looking for signals in unpkg but I cannot find it.