13 - Livewire 3 in Laravel: Crafting Seamless Navigation and SPAs

Поделиться
HTML-код
  • Опубликовано: 13 сен 2023
  • In this tutorial, we dive deep into Laravel Livewire 3 to help you craft seamless navigation and Single Page Applications (SPAs) in your Laravel projects. Livewire 3 brings a host of new features and enhancements, and in this video, we'll explore how to leverage them for building dynamic and user-friendly SPAs.
    🚀 Topics covered in this Livewire 3 tutorial:
    Setting up Laravel Livewire 3 in your project.
    Creating interactive navigation menus and components.
    Handling route changes and dynamic page loading.
    Building a responsive and SPA-like user experience.
    Enhancing your Laravel application's performance.
    Leveraging Livewire 3's new features for SPA development.
    By the end of this tutorial, you'll have a solid understanding of how to use Laravel Livewire 3 to create seamless navigation and SPAs, making your web applications more engaging and efficient.
    🔗 Links mentioned in the video:
    Laravel Livewire Documentation
    Laravel Documentation
    If you found this tutorial helpful, please like the video and subscribe to our channel for more Laravel and Livewire tutorials. Don't forget to hit the notification bell to stay updated with our latest content.
    Have questions or need further clarification? Leave a comment below, and we'll be happy to assist you on your journey to mastering Laravel Livewire 3 and building amazing SPAs.
    You can find me on:
    Twitter: / amitavroy7​
    Discord: / discord

Комментарии • 9

  • @danarn__
    @danarn__ 4 месяца назад

    i wonder how to implement this on a page that contain bootstrap navtab. the case is when I click the nav tab it will load the page on tab content without refreshing the assets and the url must change based on that route. could it be possible?

    • @amitavroydev
      @amitavroydev  4 месяца назад

      Tabs - I don't think so

    • @danarn__
      @danarn__ 4 месяца назад

      @@amitavroydev i have try it. it works, the page seems faster but i don't know some assets still reload/redownload again. i mean why it is not only load the html file so it can be faster

    • @amitavroydev
      @amitavroydev  4 месяца назад

      Well assets should ideally load at start because they will be in the markup unless the tab is generated on click

    • @danarn__
      @danarn__ 4 месяца назад

      @@amitavroydev yeahh, i agree. it was loaded at start, but then some assets load again when i click another tab. it should not reload the initial assets again right? but it's weird, they're loading it again

    • @danarn__
      @danarn__ 4 месяца назад

      oh, again. can i get the source code from your video? i would like to compare what makes it different with mine

  • @moazsaid3417
    @moazsaid3417 10 месяцев назад

    In sometimes when activate wire: navigate in real design some features not work after click on link using wire: navigate, It need to refresh page

    • @amitavroydev
      @amitavroydev  10 месяцев назад

      I guess, you can raise an issue on the package github repo with clear steps to repro the issue

    • @JamesAutoDude
      @JamesAutoDude 7 месяцев назад

      It might be the way the link is written, or also maybe the whole page isn't a Livewire page - something like that
      Look at how they handle it in breeze with Livewire