import-map-overrides icon indicating copy to clipboard operation
import-map-overrides copied to clipboard

Upgrade to latest preact and to hooks instead of classes

Open joeldenning opened this issue 4 years ago • 3 comments

This would likely reduce the library size pretty drastically, and is also the norm now for react projects. At the time I authored this, react had released hooks but preact had not.

joeldenning avatar Mar 24 '20 15:03 joeldenning

I was also thinking it may be helpful to add in a small header in the output bundle with the version number, just so we can more easily debug those with those CDN issues and stuff

frehner avatar Mar 24 '20 15:03 frehner

👍 agreed

joeldenning avatar Mar 24 '20 16:03 joeldenning

This is addressed in https://github.com/single-spa/import-map-overrides/pull/94, @joeldenning

robmosca avatar Sep 28 '23 15:09 robmosca