(no title)
bottlepalm | 2 months ago
Unless you’re saying the components returned by HTMX are using the shadow dom for isolation, you can very easily run into styling problems by changing a style and not realizing some injected fragment of HTML somewhere relies on it being a certain way. I hope you’re using a monorepo because unlike typescript APIs, those HTML fragments and CSS styles are not type checked.
yawaramin|2 months ago
bccdee|2 months ago
array_key_first|2 months ago
Every backend framework, be it dotnet or Symphony or Rails, has a concept of components. It's a non-issue.