Jarra,
Profile picture of Henrique de Almeida

by Henrique de Almeida,

Software Developer from Brazil, based in Italy.

Explanation and proof

Programming languages do not exist only to communicate instructions to the machine. They exist to turn vague ideas into formal representations, free of ambiguities.
Read more →

A Remedy for useEffect

useEffect was never a generic reactivity tool, but a mechanism for synchronizing with external systems. useEffectEvent, as a helper, solves a specific problem — but it doesn’t redefine useEffect’s role.
Read more →