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?
@amitavroydev10 ай бұрын
Tabs - I don't think so
@danarn__10 ай бұрын
@@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
@amitavroydev10 ай бұрын
Well assets should ideally load at start because they will be in the markup unless the tab is generated on click
@danarn__10 ай бұрын
@@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__10 ай бұрын
oh, again. can i get the source code from your video? i would like to compare what makes it different with mine
@moazsaid3417 Жыл бұрын
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 Жыл бұрын
I guess, you can raise an issue on the package github repo with clear steps to repro the issue
@JamesAutoDude Жыл бұрын
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