1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-12 13:24:03 +00:00

Update and rename livewire-disable-poll-when-hidden.md to disable-livewire-polling-when-an-element-is-hidden.md

This commit is contained in:
Samuel Štancl 2021-04-21 17:15:57 +02:00 committed by GitHub
parent d07e1734fc
commit 54b8430a61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,4 @@
--- ---
title: 'Livewire Disable Poll When Hidden'
title: 'Disable Livewire polling when an element is hidden' title: 'Disable Livewire polling when an element is hidden'
tweet_id: '1383079668358725636' tweet_id: '1383079668358725636'
thread_slug: '' thread_slug: ''
@ -7,8 +6,7 @@ author_username: abrardev99
images: images:
- 'https://i.ibb.co/zZ7rNn8/Livewire-polling.png' - 'https://i.ibb.co/zZ7rNn8/Livewire-polling.png'
created_at: 2021-04-16T17:20:27+02:00 created_at: 2021-04-16T17:20:27+02:00
slug: livewire-disable-poll-when-hidden slug: disable-livewire-polling-when-an-element-is-hidden
--- ---
Livewire (v2.4.3) landed a polling modifier that limits polling when an element Livewire (v2.4.3) landed a new polling modifier that lets you limit polling when an element is not visible in the current viewport.
is not in the current viewport.