renderUI and uiOutput
renderUI()anduiOutputmost famous way to render any HTML block from the serverupdate____andtoggletools 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.