Replies: 1 comment 5 replies
-
I'm curious to see what more knowledgeable people will have to say. But I have to figure that the best approach is to not do what you're describing - just use the same htmx version across teams. As far as I'm aware, there's rarely if ever, any breaking changes - v2 major version is largely just to remove IE support. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We employ the micro-frontends pattern to consolidate multiple service frontends into a single unified frontend. However, in scenarios where different teams utilize varying versions of htmx, potential compatibility issues may arise. Is there a mechanism to restrict htmx to specific DOM nodes? Consider a situation where one team employs htmx 1.9.11, while another team uses htmx 2.0.0 within the same page.
As a point of comparison, Vue.js allows for the instantiation of multiple versions, as demonstrated in their documentation on multiple application instances.
Beta Was this translation helpful? Give feedback.
All reactions