You will ultimately need to refresh the page so that the user session is correct for the page, so with that in mind, whats the point of doing it via livewire?
Implementing Login Modal with TALL Stack
Hello TALL Stack community,
I'm currently working on a web application using the TALL stack and I want to implement a login modal with Alpine. Livewire 3 to achieve a smooth "query modal" effect. I've seen similar modal implementations on Laracasts and i am confusing how @Jeffrey Way did it , d I find this approach visually user-friendly.
Since Livewire utilize AJAX to handle frontend interactions and updates, I'm confident that I can achieve this "query modal" effect with livewire ! However, I'm seeking guidance and best practices on the most efficient way to create this login modal for my app
Could you please share any tips, or resources that could help me implement the login modal as a "query modal" using Livewire 3 and alpineJs Are there any specific components or methods in Alpine.js or Livewire that I should consider using for this particular scenario?
I'm excited to learn from the expertise of this community and make my web application more interactive and user-friendly.
Thank you all for your valuable assistance!
Please or to participate in this conversation.