Question:
What are the differences between public reactive properties and internal reactive state?
Author: John PencolaAnswer:
Opposed to public reactive props, internal reactive state props are not part of the component's public API. These state properties don't have corresponding attributes, and aren't intended to be used from outside the component. Internal reactive state should be set by the component itself.
0 / 5 Â (0 ratings)
1 answer(s) in total