import { render, useSignal } from 'preact' const Component = () => { const text = useSignal('I\'m some text') return ( <>