This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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 |