logoalt Hacker News

rubyfan04/23/20250 repliesview on HN

Ok, you've got my attention with documentation like this

const [first, setFirst] = createSignal("JSON");

const [last, setLast] = createSignal("Bourne");