Waypoint
Waypoint copied to clipboard
Efficient router for Laminar UI Library
The link [Split operator](https://github.com/raquo/Laminar/blob/master/docs/Documentation.md#performant-children-rendering--split) in the documentation leads to 404
Waypoint currently depends on Airstream, but not on Laminar, since URL routing doesn't have much to do with the DOM, the way I'm thinking about it here. I would like...
I lost quite a bit of time, figuring out that a transitive change to upickle 3 required explicit derivation of `case objects`. This is a vey quick docs PR in...
Hi, I am using Waypoint, and my use case requires the browser shows up a warning message when the user navigates out of page. Normally, I would do it like...
Due to https://github.com/sherpal/url-dsl/pull/22
This should be source compatible but not binary compatible due to `Route` -> `RouteImpl` change.
Example problem [from Discord](https://discord.com/channels/1020225759610163220/1020225760075718669/1250191183985250365): ```scala def compPage = compilePage val splitter = SplitRender[ToolPage, ToolPageComponents](pageSignal) .collectStatic(CompilePage)(compPage) ``` ```scala div(className := "bottom-grid", div(Container, div(ContainerTitle, h2("Compiler Input"), child
Usually, our SPA have many pages and rely on different JavaScript libraries. Using SplitRender would cause all dependent projects to be loaded at startup, even if the current page being...