Social Media Photo by Carlos Alberto Gómez Iñiguez on Unsplash
An alternative to @preact/signals-core.
import {signal, computed, effect, batch} from 'usignal';
// const {signal, computed, effect, batch} = require('usignal');
// try every example shown in
// https://github.com/preactjs/signals
// or see test/index.js file to see it in action