Mastodon Feed: Post

Mastodon Feed

NfNitLoop ("Cody Casterline 🏳️‍🌈") wrote:

@slightlyoff Ah, yeah. My recent experience has been writing a UI for my “FeoBlog” project. I’m not a UI guy, so looked around at options & landed on Svelte.

The UI is currently an SPA for 2 reasons: 1) the user’s private key should never be sent to the server. 2) proof-of-concept that others can write a standalone client by only using the public API.

In hindsight, wish I’d gone a route that would allow SSR w/ the same codebase. Maybe one day. 😅