10 ms·
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 th
by niam 4mo ago
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.