Skip to content

A lightweight HTMX-like fetch plugin for Alpine.js. Fetch declaratively without leaving your beloved Alpine!

License

Notifications You must be signed in to change notification settings

vanvanni/alpine-fetchit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alpine FetchIt

A lightweight HTMX-like fetch plugin for Alpine.js. Fetch declaratively without leaving your beloved Alpine!

Features

  • Simple directive-based syntax
  • Supports all HTTP methods (GET, POST, PUT, DELETE, etc.)
  • Handles form data

Installation

CDN

<script src="https://unpkg.com/[email protected]/dist/fetchit.min.js"></script>

Usage

Basic Usage

Development

# Install dependencies
npm install

# Build for production
npm run build

License

MIT

About

A lightweight HTMX-like fetch plugin for Alpine.js. Fetch declaratively without leaving your beloved Alpine!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published