How dependent is Filament on Livewire?

If Filament needs Livewire, then When I use plain Laravel and Filament admin panels, Table and Form Builders worked there. No livewire involved. So how did that work?
3 Replies
Vp
Vp2w ago
Panel, Table & Form uses Livewire under the hood, check here https://github.com/filamentphp/filament/blob/3.x/packages/support/composer.json#L18
Vp
Vp2w ago
They also hightlight it here
No description
Dennis Koch
Dennis Koch2w ago
Apart from the Blade Components, It’s 100% dependent on Livewire.