Ask HN: Can i really write framework agnostic components for web? The web-components API gave some hope, that if we could leverage that, and create native like components, then we can compose them and make complex stuff.
To make them work with any other framework like Angular, React, etc we could write small adapters for those frameworks, which give us data-binding, etc. That ways we're not really dependent on any framework for the core components, and can support many (if not all) the frameworks being used in our organization. But after looking at it for last few days, it seems like pretty much nothing works on IE, even if it does, it's with way too many limitations. So is it really possible to write framework agnostic components in today's JS landscape ? |