Nav Partials (change page without reload) #783
-
[I am new to Lume so this may be a stupid/obvious question] There is a really nice Partials API in Deno Fresh that has a "nav partials" feature that you apply to the app router with one line of code and then every page turns into a partial, so you can change pages without triggering a browser reload. Does something like this exist in Lume? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Lume is not a framework for frontend, so it doesn't include this feature out the box. |
Beta Was this translation helpful? Give feedback.
Lume is not a framework for frontend, so it doesn't include this feature out the box.
But you can use any of the many libraries that implement something similar, like Barba, Turbo or Page-loader (this one was created by me).