Accudio / async-alpine

Async Alpine brings advanced code splitting and lazy-loading to Alpine.js components!
https://async-alpine.dev
Apache License 2.0
152 stars 12 forks source link

`parent` strategy #17

Closed Accudio closed 2 years ago

Accudio commented 2 years ago

Adds a new parent strategy that allows for the loading of nesting components in DOM order.

Closes #5.