
How To Create A Redirect In SvelteKit Hooks
Using the handle function in sveltekit hooks, we can create redirects for our application
Blog posts under Web Development
Using the handle function in sveltekit hooks, we can create redirects for our application
SvelteKit has something called hooks. A file which exports a set of functions which run on every request to the server.
Modal sheets are containers which contain contents and is anchored to the bottom of the screen
A tutorial which shows how you can obtain the I.P address of a user in your sveltekit website
A little write up about how I added cusdis comments to my website
Generating a sitemap for your svelte site is very easy, it requires no coding at all.
Learn how to generate an RSS feed for your Svelte/Sapper website
Design a table of contents which floats on the screen and appears on the click of a button
The default configuration for codemirror is somehow complicated, learn how you can simplify it.