Laravel Livewire V3 HTML isn’t updating after change
I’m building some kinds of tag selection element for my Laravel 11 Livewire v3 project. A user can select models which are saved to a database and then click to remove them. When I click to add/remove new models, my HTML badges aren’t being updated. I need realtime HTML re-rendering based on the data from the database to ensure accuracy and reliability. What am I missing?
Long wait for “nothing” method on livewire component
I am using Livewire 2.x and I have a query, it turns out that in my livewire component, I have several methods that are called chained according to the events that happen (a file is uploaded and processed in stages which are reported to the UI)
There are about 7 stages, but in stage 6, the component method does nothing on purpose for the test, and it turns out that it takes several seconds. I have cleaned with $this->refresh(‘varname’) thinking that they are the public properties that are transmitted, but it still takes a while to do anything.
More than a problem, I would actually like to know what happens since apparently it is the way Livewire works. I would like to better understand how it works.
thank you
How to stop livewire from rerendering an element
I have a component and inside this component i have a modal, also inside this modal there’s an input which validates on user type and form submit.
Uncaught Snapshot missing on Livewire component with id
I am currently making a web page with a place where users can add subreddits to a list, when they do it on first page load when there are 0 subreddits all goes perfectly fine and they can add as many as they want without any issue. Then when the user reloads the page and they try to add more, the following error pops up: