Brent Morton @b.1mind.dev · Oct 31

Not long ago I built a landing page for a client, and I had debated not using a framework. Then it hit me that they needed an Age Gate before entering the page. Perfect use case for SvelteKit form actions so I can animate it out and have a fallback that works without JS. svelte.dev/docs/kit/for...

2 likes 1 replies

?

Replies

Brent Morton · Oct 31

Fully loaded page behind the gate too, so when user does have JS they get smooth animation and a page that is ready to use. This also seems to work well with search bots and SEO being it can parse the full page still.