but you use wire navigate to specifically AVOID a full page reload ?
Jan 23, 2024
3
Level 7
wire:navigate does not reaload scripts
I'm having a hard time working with wire:navigate, I have a js on the footer of my pages that when I use wire:navigate I loose all its functionalities
this is the script
@include('inc.head')
{{$slot}}
@include('inc.footer')
@include('inc.notifications')
</div>
</div>
<script src="js/app_footer.js"></script>
and on the links I have the wire:navigate
Please or to participate in this conversation.