|
|
|
|
|
by lbbenjohnston
1589 days ago
|
|
Alpine actually uses the Vue reactivity model under the hood. I like the idea of it but for what I work on the CSP non-compliance is a deal breaker (their CSP compatible build is not ready and you lose most of the alpine benefits). https://alpinejs.dev/advanced/csp I think that Stimulus JS offers many of the same benefits and provides a nice abstraction for making one 'element' contain multiple behaviours. https://stimulus.hotwired.dev/ |
|