Skip to content

Pass data between routes in a more Qwik-styled way #11

@Balastrong

Description

@Balastrong

Currently name and size are passed from the home to the bill page with sessionStorage, there should be a more Qwik-styled way to do it.

const onStart = $(() => {
sessionStorage.setItem(
"NEWBILL",
JSON.stringify({
name: "Untitled Bill",
membersCount: 3,
}),
);
nav("/start");
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions