>".. I use it 2014-style ..."
are you using any type system eg TypeScript or Flow ?
I am asking because I do not remember them being used back then, so wondering if you had upgraded there.
Also what do you use for 'whole app' state handling (rather than component level) ?
Asking because React Context feature seems to be the right fit for the 'whole app' state handling, but it was not there back in 2014.
I also like you picked up preact for smaller project.. just because the size is so small. But for lager things (eg over 20K lines of JS) I seem to be staying with React.
I am asking because I do not remember them being used back then, so wondering if you had upgraded there.
Also what do you use for 'whole app' state handling (rather than component level) ?
Asking because React Context feature seems to be the right fit for the 'whole app' state handling, but it was not there back in 2014.
I also like you picked up preact for smaller project.. just because the size is so small. But for lager things (eg over 20K lines of JS) I seem to be staying with React.