Implement Client-Side Partial Updates in Fresh #53
m7medVision
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
I did not know that there is partials on Fresh framework |
Beta Was this translation helpful? Give feedback.
0 replies
-
I believe we can avoid reloading the Navbar, web VS Code editor, and what I highlight it in the photo. However, I'm concerned that not reloading VS Code or the relevant section might cause issues for testing. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to open a discussion about adding a new feature to our Fresh app: client-side partial updates, also known as partials. This capability would allow sections of a page to be refreshed directly by the server without requiring a full page reload.
Let's discuss the potential benefits and trade-offs of implementing partials in our app.
Beta Was this translation helpful? Give feedback.
All reactions