Back Button JavaScript
JavaScript Techniques For Server-Side Applications

JavaScript Techniques For Server-Side Applications

Many Laravel apps don’t warrant the complexity of a full front-end framework like Vue or React. In this series, we’ll walk through a handful of simple ways to add dynamic functionality to your apps. By combining various strategies, you can keep your simple Laravel stack, but still build interfaces that feel fast, fresh, and dynamic.

Intermediate
3 episodes
48:22 mins
3
Latest Episode in This Series

Added 2 months ago

Make Your Apps Faster With Turbolinks

In this video, we'll apply the “server fetched partials” concept to entire page loads using Watch

JavaScript Techniques For Server-Side Applications

JavaScript Techniques For Server-Side Applications

Many Laravel apps don’t warrant the complexity of a full front-end framework like Vue or React. In this series, we’ll walk through a handful of simple ways to add dynamic functionality to your apps. By combining various strategies, you can keep your simple Laravel stack, but still build interfaces that feel fast, fresh, and dynamic.

Begin
3
Latest Episode in This Series

Added 2 months ago

Make Your Apps Faster With Turbolinks

In this video, we'll apply the “server fetched partials” concept to entire page loads using Turbolinks. By...
Watch

Your Teacher | Caleb Porzio

https://laracasts.s3.amazonaws.com/avatars/caleb-porzio-avatar.jpg's avatar
Hey! I’m Caleb, a freelance programmer and maker of the Livewire framework. I love Laravel. I love making things. I currently love fly fishing.
    1. EPISODE 1

      Run Time 17:53

      Free

      I'd like to demonstrate a powerful little pattern called “Server-Fetched Partials” that offers some tangible benefits over alternatives like VueJS for simple page interactions.

    2. Now that we’ve reviewed the basics of server-fetched partials, let's look at another common use-case and demonstrate how we can make the experience even smoother by caching the partials. We’ll also pull in a library called Include Fragment Element to make the fetching process even easier!

      View the source code for this episode on GitHub.

    3. In this video, we'll apply the “server fetched partials” concept to entire page loads using Turbolinks. By adding one line of code, we'll make a server-side Laravel app feel like an SPA.

      View the source code for this episode on GitHub.

Series still in development robot

*Series still in development. Check back often for updates.