renderUI and uiOutput

  • renderUI() and uiOutput most famous way to render any HTML block from the server

  • update____ and toggle tools are component-specific, only target the element to modify

  • renderUI() re-renders the whole block each time an associated reactive dependency is invalidated.

  • Results in poor performances in complex apps.