renderUI and uiOutput
renderUI()
anduiOutput
most famous way to render any HTML block from the serverupdate____
andtoggle
tools are component-specific, only target the element to modifyrenderUI()
re-renders the whole block each time an associated reactive dependency is invalidated.Results in poor performances in complex apps.