As hooks continue to gain adoption, it's possible that some folks might want to write apps that only use our hooks API. I'm unsure whether connect actually tree-shakes or not.
It would be helpful if someone could do some testing to see if connect tree-shakes when only the hooks are used, and if it doesn't, figure out why not and what changes are needed to enable that. (On the flip side, I'd also be curious if the hooks tree-shake when you only use connect.)
As hooks continue to gain adoption, it's possible that some folks might want to write apps that only use our hooks API. I'm unsure whether
connectactually tree-shakes or not.It would be helpful if someone could do some testing to see if
connecttree-shakes when only the hooks are used, and if it doesn't, figure out why not and what changes are needed to enable that. (On the flip side, I'd also be curious if the hooks tree-shake when you only useconnect.)