Hacker News new | ask | show | jobs
by deallocator 1855 days ago
why would you load the dropdown HTML separately, just render it along in the template with x-show="open" and have the @click="open=true"?
1 comments

This is an example from their docs. That's why.