Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
Built these plenty of times but so nice to see how someone else builds it, picked up a few things. Enjoyed the video Josh, thank you!!!!
Really like how Svelte leverage the platform with a minimal impact on the bundle size. Thanks for sharing!
Super simple explanation Josh! Thanks for the content
Thanks Scott! 🙇Was just reading your piece about patching, the newsletter is great 🙌
Great tricks. Thank you Josh.
Thanks Sinan! 🙏
Helpful, thanks!
Great tutorial! Just curious, is there a reason not to use in this use case? (the non-modal version)
What's the best way to close the popover when clicking on a ? Looking for good a11y as well as the menu to close once a link is clicked.
A few ways to do that in an SPAHandle on:click on links (without doing a preventDefault) and call popover.hidePopover()Another way, with SvelteKit, is to handle beforeNavigate and call popover.hidePopover()
Built these plenty of times but so nice to see how someone else builds it, picked up a few things. Enjoyed the video Josh, thank you!!!!
Really like how Svelte leverage the platform with a minimal impact on the bundle size. Thanks for sharing!
Super simple explanation Josh! Thanks for the content
Thanks Scott! 🙇
Was just reading your piece about patching, the newsletter is great 🙌
Great tricks. Thank you Josh.
Thanks Sinan! 🙏
Helpful, thanks!
Great tutorial! Just curious, is there a reason not to use in this use case? (the non-modal version)
What's the best way to close the popover when clicking on a ?
Looking for good a11y as well as the menu to close once a link is clicked.
A few ways to do that in an SPA
Handle on:click on links (without doing a preventDefault) and call popover.hidePopover()
Another way, with SvelteKit, is to handle beforeNavigate and call popover.hidePopover()