-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I was unable so far to find a way to use ijk with @hyperapp/router (entirely). Have you ever?
I thought was almost there but I got stuck on (below):
const view = () =>
h(
"div",
null,
h(
"ul",
null,
h("li", null, h(Link, { to: "/" }, "Home")),
h("li", null, h(Link, { to: "/about" }, "About"))
),
h("hr"),
h(Route, { path: "/", render: home }),
h(Route, { path: "/about", render: about })
);
I did not find a way to turn this h(Link, { to: "/" }, "Home") to "ijk"...
And this Link({ to: "/" }) does not seem to work at all...
I'm looking into this for a few days now but I got no more clues at the moment. Are they even compatible? Or, of course they are, and am I just being silly? ¯\(ツ)/¯
Metadata
Metadata
Assignees
Labels
No labels