You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use case is that most users will never see a toast, so I don’t want them to pay the price of extra JS unnecessarily
it’s pretty easy to lazy load the “toast” object, but the problem is the Toaster container. I’ll try do It by dynamically attaching it to the DOM on first use (maybe using Solid Portal?), but in case someone already solved this, please share 😊
The text was updated successfully, but these errors were encountered:
I apologise I haven't had time to look at this. Are you aware of any other UI libraries leveraging lazy loading? I would love to take a look and see if we can get it working with Solid Toast
Is it possible to lazy load this package?
My use case is that most users will never see a toast, so I don’t want them to pay the price of extra JS unnecessarily
it’s pretty easy to lazy load the “toast” object, but the problem is the Toaster container. I’ll try do It by dynamically attaching it to the DOM on first use (maybe using Solid Portal?), but in case someone already solved this, please share 😊
The text was updated successfully, but these errors were encountered: