Anyone else remember Dojo fondly? Am I way off base here?
Show HN: Alpine Ajax – If Htmx and Alpine.js Had a Baby
11–20 of 26 posts
Re: Show HN: Alpine Ajax – If Htmx and Alpine.js Had a Baby
#12A few features which look minor but the author got totally right, which IMHO would allow this solution to scale very well with more complex applications. 1) X-Alpine-Target ``` generates an ajax request with this header by default: ``` X-Alpine-Target: comments comments_count ``` This is very very cool! In most usecases, one the serverside I can return a full html document and alpine-ajax will only look for #comments…
Re: Show HN: Alpine Ajax – If Htmx and Alpine.js Had a Baby
#13Re: Show HN: Alpine Ajax – If Htmx and Alpine.js Had a Baby
#14I use Livewire v3 (also fully Alpine based now) in my latest project and it has truly transformed my approach to web apps. It’s truly amazing.
Re: Show HN: Alpine Ajax – If Htmx and Alpine.js Had a Baby
#15Re: Show HN: Alpine Ajax – If Htmx and Alpine.js Had a Baby
#16Quick question about redirect with `nofollow`. Does it do a full page reload or just refresh a page like Turbo (swaps body and merges head)?
Re: Show HN: Alpine Ajax – If Htmx and Alpine.js Had a Baby
#17That looks interesting. It resembles Unpoly approach to me. Quick question about redirect with `nofollow`. Does it do a full page reload or just refresh a page like Turbo (swaps body and merges head)?
Re: Show HN: Alpine Ajax – If Htmx and Alpine.js Had a Baby
#18No JSON needed? I like JSON
Re: Show HN: Alpine Ajax – If Htmx and Alpine.js Had a Baby
#19Re: Show HN: Alpine Ajax – If Htmx and Alpine.js Had a Baby
#20Can it do something similar to hx-trigger="load"?