Skip to content

How to avoid page updates? #41

Closed Answered by falkoschindler
me21 asked this question in Q&A
Discussion options

You must be logged in to vote

Since NiceGUI 0.8.0 this is no longer the case. Event handlers don't automatically update the whole page. Only elements that are directly modified (e.g. their text, value, style, classes or props) are sent to the client. In edge cases you might need to trigger an explicit ui.update for individual elements.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@me21
Comment options

@falkoschindler
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by falkoschindler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants