leandrocfe / filament-apex-charts

Apex Charts integration for Filament PHP.
https://filament-apex-charts-demo.leandroferreira.dev.br
MIT License
300 stars 38 forks source link

Lazy Load Widgets #3

Closed KyleWLawrence closed 1 year ago

KyleWLawrence commented 1 year ago

Would you be open to integrating this project with Livewire's deferred loading feature?

If so, would you like me to create a pull request for the changes?

I'm using a 3rd party API to populate the APEX Charts, which makes the page extremely slow to load on the first time when the data is not cached, but the deferred loading feature is a nice fix.

leandrocfe commented 1 year ago

Would you be open to integrating this project with Livewire's deferred loading feature?

If so, would you like me to create a pull request for the changes?

I'm using a 3rd party API to populate the APEX Charts, which makes the page extremely slow to load on the first time when the data is not cached, but the deferred loading feature is a nice fix.

Hi, sure! I'll check more about your post and I let you know. Thank you

KyleWLawrence commented 1 year ago

Thanks! Look forward to hearing back! And of course I'm willing to do the pull request if you're interested in seeing my proposed implementation.

leandrocfe commented 1 year ago

Nice! I'll send an update until tomorrow and I let you know 👌

leandrocfe commented 1 year ago

@KyleWLawrence , great article! Can you send it? Thank you