Skip to content

Instantly share code, notes, and snippets.

@MuhammadQuran17
Created October 14, 2025 05:43
Show Gist options
  • Select an option

  • Save MuhammadQuran17/75b6bf8fa488dca82dc5353f5d777490 to your computer and use it in GitHub Desktop.

Select an option

Save MuhammadQuran17/75b6bf8fa488dca82dc5353f5d777490 to your computer and use it in GitHub Desktop.
Inertia cheatsheet

API requests

Do not use inertia to fetch data. Instead please use axios or js fetch API. Because, when you do API request with inertia using useForm you should return back with message or return to route. You cannot return any usefull parameter ever never

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment