inertiajs / inertia

Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.
https://inertiajs.com
MIT License
6.56k stars 435 forks source link

[2.x] Add some additional poll helpers #2074

Open grantholle opened 3 weeks ago

grantholle commented 3 weeks ago

This PR adds toggle and polling() functions to the poll object.

I think I need a little help with the React and Svelte side. It seems a little more intuitive that there's a polling reactive property that gets returned from the usePoll hooks.