You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Props that are not evaluated on initial page load but are requested immediately after a page is loaded, automatically.
On the backend, they work similarly to LazyProps, but the key differences lie in how they're handled on the frontend.
Implementation
Probably we can just create an alias to InertiaRails.lazy and create this new feature for grouping props
Group
From advanced-inertia.com
Inertia also lets you group deferred props. This enables you to load certain deferred groups independently from others, so that quicker queries will not have to wait until the slower ones are completed.
V2 is coming to Inertia, so let's get ready.
Context
The concept of Deferred props is:
On the backend, they work similarly to LazyProps, but the key differences lie in how they're handled on the frontend.
Implementation
Probably we can just create an alias to
InertiaRails.lazy
and create this new feature for grouping propsGroup
From advanced-inertia.com
We have to implement a group feature too
Source:
The text was updated successfully, but these errors were encountered: