Skip to content

feat: Shiny anti-pattern #41

@schloerke

Description

@schloerke

Ex:

  • Do not define reactive() within other reactive() or observe() calls
  • Prefer reactive() calculations over reactiveValues()+observe()
  • Do not use global variable state within reactive expressions

Related:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions