#SvelteKit

Fedify: an ActivityPub server framework's avatar
Fedify: an ActivityPub server framework

@[email protected]

Thanks to @robin_maki, integration support has been added to ! This feature will be included in Fedify 1.3.0.

https://unstable.fedify.dev/manual/integration#sveltekit

SvelteKit

This API is available since Fedify 1.3.0.

SvelteKit is a framework for building web applications with Svelte. Fedify has the @fedify/fedify/x/sveltekit module that provides a hook handler to integrate Fedify with SvelteKit. Put the following code in your hooks.server.ts file:

import { createFederation } from "@fedify/fedify";
import { fedifyHook } from "@fedify/fedify/x/sveltekit";

const federation = createFederation<string>({
  // Omitted for brevity; see the related section for details.
});

// This is the entry point to the Fedify hook from the SvelteKit framework:
export const handle = fedifyHook(federation, (req) => "context data");
SvelteKit This API is available since Fedify 1.3.0. SvelteKit is a framework for building web applications with Svelte. Fedify has the @fedify/fedify/x/sveltekit module that provides a hook handler to integrate Fedify with SvelteKit. Put the following code in your hooks.server.ts file: import { createFederation } from "@fedify/fedify"; import { fedifyHook } from "@fedify/fedify/x/sveltekit"; const federation = createFederation<string>({ // Omitted for brevity; see the related section for details. }); // This is the entry point to the Fedify hook from the SvelteKit framework: export const handle = fedifyHook(federation, (req) => "context data");
Aaron's avatar
Aaron

@[email protected]

I'm saying goodbye to / for my current project. The Vite ecosystem is amazing but comes with a cost of complexity that I can't accommodate reasonably anymore.

It (Vite) has been too fragile especially when I've wanted something that isn't mainstream to work. It's churning so fast, many plugins aren't working.

I'm going to have a go at using Lit. I already have a basic build script working the way I want without much fuss.

git checkout -b web_components

🇦🇶 Placebo Domingo's avatar
🇦🇶 Placebo Domingo

@[email protected]

🚀 I have just released v0.1 "Good enough"™ edition of the opinionated static blog engine I've been working on over the past few weeks.

It's called Syenite. Built in with support for authoring in @obsidian
Source code 👇

github.com/breadthe/syenite

Syenite static markdown blog engine landing page.
Syenite static markdown blog engine landing page.
Dylan </closingtags.com>'s avatar
Dylan

@[email protected]

I'm Dylan, a developer from the Midwest, US. I enjoy working with , , , , and . I've also done lots with .

I love learning about , dabbling in , and tinkering in my which I automate with .

I frequently at closingtags.com where I write things related to . You can reach me via the contact form there or here!

Dylan </closingtags.com>'s avatar
Dylan

@[email protected]

SvelteKit Up and Running is available now!

Today is the day! You can now buy my new book, SvelteKit Up and Running. Visit sveltekitbook.dev to get your copy!

closingtags.com/sveltekit-up-a