A lightweight HTMX-like fetch plugin for Alpine.js. Fetch declaratively without leaving your beloved Alpine!
- Simple directive-based syntax
- Supports all HTTP methods (GET, POST, PUT, DELETE, etc.)
- Handles form data
<script src="https://unpkg.com/[email protected]/dist/fetchit.min.js"></script># Install dependencies
npm install
# Build for production
npm run buildMIT