Home / Tags / Netlify

Latest articles on Netlify

Developing AlpineJs Apps Similar to Vue's Composition API

December 30, 2020
7 min. read
Vue’s primary motivation behind the introduction of Composition API was a cost-free mechanism for reusing logic between multiple components or apps. Is there a way to use that approach for AlpineJs without sacrificing its simplicity?

Developing a Netlify Contact Form using Alpine.js

October 31, 2020
7 min. read
The most common request to a simple landing or a simple company web page is to provide a simple contact form. Let’s describe how to add to your static website a Netlify form and make it work with Alpine.js.