Add proper single page web-routing into NiceGUI? #1912
Closed
AlexKotik
started this conversation in
Ideas / Feature Requests
Replies: 2 comments
-
Yes, that would definitely be great! As far as I remember, on reason why the Router landed in the Single Page App example and didn't become official API was its name. Even though "router" is pretty common in frontend frameworks, it is already used in FastAPI apps, so we would need to find something different. Apart from that I think the |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is a duplicate of #1066, let's continue there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great to have a proper single page routing (without page refresh) built into the library itself (without the need for custom JS code). I've seen an example for single page routing, but it relies on custom router class and JS-code, it would be so much nicer if NiceGUI would abstract that away using decorators or something. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions