Building a CRUD Web App with Alpine.js
One of the things I try to encourage here is for my readers to reach out with their questions. That rarely happens, but when it does, I try my best to answer as soon as possible. In this case, I got a great question from a reader back in May and then… life happened. Sorry, Nicholas, but hopefully this isn’t too late. His question was pretty simple – could I build an example of using Alpine.js for a CRUD interface?
For folks who may not know the term, CRUD refers to:
(C)reate
(R)read
(U)pdate
(D)elete
You’ve probably seen a hundred interfaces like this. You have a list of content with links to edit one, delete one, and a link to add a new instance of that content.
When... more →
Posted in: JavaScript