#svelte
Read more stories on Hashnode
Articles with this tag
SvelteKit exposes $lib to eliminate the need of using '../../' while importing components into the routes. $lib is by default pointing...
If you are new to Svelte, its very likely that you might run into the following error: Error: failed to load module for ssr: /src/lib/song/SongMeta ...