Livewire 4 MFC/view-based Problem

Alex Johnson
-
Livewire 4 MFC/view-based Problem

Dec 26, 2019so we can’t send collections to livewire, we have to send arrays. I am converting my existing view to a livewire component and am running into issues one at a time and learning through. Feb 22, 2021for any project i use livewire, installation result the easiest part and any conflict like this i had before.

Dec 4, 2019hey, if anyone is wondering how to use livewire with older jquery based extensions like datetimepicker, it’s actually pretty easy in many cases. Is this snippit wire:click=“test” being rendered from your component or just in a view somewhere? Jun 26, 2020i still had to use “wire:ignore” in the main div otherwise livewire would still refresh and the select options would close.

Jun 29, 2020this is not possible by the nature of the livewire components. Oct 4, 2020i am quite just new to this livewire, hoping anyone who has issues working with multiple render of pages can make use of this. I have a simple livewire component that fill select element about 2000 items it takes about 10 sec (inc db time < 100ms) when i do the same in general laravel controller it takes 1.5 sec.

You may also like