symfony / ux

Symfony UX initiative: a JavaScript ecosystem for Symfony
https://ux.symfony.com/
MIT License
824 stars 298 forks source link

[LiveComponent] automatically refresh component #1914

Closed tito10047 closed 3 months ago

tito10047 commented 3 months ago

Hi, It is possible to set timer for reload live component? I want component that is autmaticaly feetch new data from server every minute.

Has live component this feature or i need add custom controller for that.

smnandre commented 3 months ago

The "data-poll" attribute is what you're looking for :)

https://symfony.com/bundles/ux-live-component/current/index.html#polling

<div
    {{ attributes }}
    data-poll="delay(500)|$render"
>