Build Modern Laravel Apps Using - Ep 4, Inertia Links

Let’s now create a few pages that we can seamlessly link between. But as you’ll quickly see, we can’t use a standard anchor tag to link from one page to the next. That would perform a full page refresh, which we of course don’t want. Instead, we should pull in Inertia’s Link component, which will intercept the click and automatically perform an AJAX request to the server to fetch the appropriate JSON response for the new page.  Watch this full series, track your progress, and participate in a massive Laravel community at Laracasts. Laracasts: Build Modern Laravel Apps Using : Laracasts Twitter: Jeffrey Way Twitter:
Back to Top