Remix.run Logo
65 2 days ago

Alpine.js uses <template> tags for if statements and for loops with stateful data. E.g. <template x-if="myVariable === 1"><div>1</div></template>

Which is a simpler way of thinking about templates, rather than slots and fragments.

EGreg 2 days ago | parent | next [-]

Why not just use handlebars js?

vlad1719 2 days ago | parent | prev [-]

[dead]