Skip to content

Instantly share code, notes, and snippets.

View chinesespy's full-sized avatar
💻
gg

plusplusplus chinesespy

💻
gg
View GitHub Profile
@4lun
4lun / useAPIForm.ts
Last active August 13, 2025 11:41
A (React) utility hook that is a drop in replacement for the useForm hook from Inertia.js, but for use with general API endpoints. Any page updates or navigation needs to be handled manually via onSuccess callback.
/**
* A utility hook that is a drop in replacement for the useForm hook from
* Inertia.js, for use with general API endpoints. Any page updates or
* navigation needs to be handled manually via onSuccess callback.
*
* Based on a combination of
* - https://gist.github.com/mohitmamoria/91da6f30d9610b211248225c9e52bebe
* - https://gist.github.com/mattiasghodsian/9b4ee07e805547aa13795dc3a28a206d
*
* Version 0.2