Category: JavaScript

  • Alpine.js: 7 best practices for staying in control

    Alpine.js is designed to sprinkle a little interactivity into your project. That’s its main strength: quickly adding interactions without the complexity of a build system or a complete framework. But as soon as things get more complex, it’s often advisable to use another library or framework that will provide a better framework. In my work,…