
Catching Up on InertiaJS with Jonathan Reinink - JSJ 511
JavaScript Jabber
00:00
Inertia - What You Can Do With It
By default, it does just like it would in a classic full page ap. With inertia, you can do what we call a partial reload. If i want to make this visit to load the next month of data, however, i'm want to specifically say, when the user clicks this link, only load the calendar data. Don't load the currently authenticated user. And then inertia, what it'll do on the server side, will be smart enough to only grab the data that's specifically needed for that request. But if you hit the december n point directly, well, it of course needs all the data. Does that answer your question?
Transcript
Play full episode