Idea to Inertia without for reload, inertia-link and each other methods #909
Rene-Roscher
started this conversation in
Ideas
Replies: 1 comment
-
If I understand you correctly, this issue is propably related to your request? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I have an idea, so you can save data traffic in your application.
There are props, which may not always need to be reloaded, such as the user or the languages (Only for example). There a parameter like "without" would be a very helpful thing to exclude things from a reload or a request.
For example.
Inertia.reload({ without: ['user', 'language'] });
Beta Was this translation helpful? Give feedback.
All reactions