logoalt Hacker News

niamtoday at 2:37 AM0 repliesview on HN

I like the React model of components being (ideally) a function of state, but I don't touch hooks where possible. And I don't use React itself when I can use the lighter Preact library instead, which provides signals as an escape hatch.