Zacharias Enochsson

Results 4 issues of Zacharias Enochsson

See this codepen: https://codepen.io/zaceno/pen/RxRjVZ It is a simple copy-paste of the first example in the README.md. Only I've changed ```js import { Link, Route, location } from "@hyperapp/router" ``` to...

BUG

The current routing approach lets you control which components render based on the curent `window.location`, but it does not take into account the need for other side effects when the...

DISCUSSION
COMMUNITY

Please see this example: https://codepen.io/zaceno/pen/vRwERE?editors=0011 Each page ("A" and "B") has a plain `p` with no key as its top node. Notice when you navigate between "PageA" and "PageB" the...

BUG

The latest update to hyperapp introduced a bug in transitions, you can notice in the toasts example when toasts are removed. (Janky behavior)