Responsive web app built with Svelte KIt

Solution retrospective
Difficulties encountered
- Setting up the leaflet library: The leaflet library was especially tricky because of the default server side rendering behavior of svelte kit. After some time and a lot of bugs the solution was too simply import the library dynamically after the component has mounted.
- How to use the svelte stores: I wasn't expecting the stores to be challenging but I simply forgot of how to update the value stored on a particular store
Questions
- What are some of the best UI libraries for svelte?
Please log in to post a comment
Log in with GitHubCommunity feedback
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord