innovation-stack
innovation-stack
I have my project written in AMD pattern and I need this library to establish websocket connection. Any idea when this fix will go inside 2.0 release?
@kgscialdone , @1cg - I propose to solve this via htmx extension. That way its up to the user to iterate and fetch the host node. ```javascript function getRootNode(elt) {...
@kgscialdone - For performance reasons. In my case, I am building a query-builder web component, which can be contain deeply nested components. Here's an illustration:  **Few notes:** 1. Card...
@kgscialdone : Thank you for the explanation. I agree with your solution. Its elegant. Let me know what's the final verdict on the approach.