Not every variable declared in a component is reactive. A component reacts to a prop change and a state change. Changing a reactive value will trigger a re-render of the component and its children.
Reactive count: 1

Static count: 1