Separation of logic and template in React using a "high order hook"
Intro
One of the things that I find somewhat "bothering" with React, is the lack of separation of concerns regarding logic (i.e. event handlers and events) and UI templating (i.e. markup). With the way React works it is impossible to avoid a "mixture...
yuval.hashnode.dev4 min read