Skip to content

Svelte-only version of Superforms #321

@ciscoheat

Description

@ciscoheat

I'm looking for ideas on how to separate the code to make a Svelte-only version of Superforms. It should share as much code as possible with the SK version, and there should be some convenient build tool to easily package two versions.

The SvelteKit imports that needs to be removed are:

import { navigating, page } from '$app/stores';
import { browser } from '$app/environment';
import { beforeNavigate, goto, invalidateAll } from '$app/navigation';
import { applyAction, enhance } from '$app/forms';

Thanks for any help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions