SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

Lit / Web Components

» Start this Course
(Practice similar questions for free)
Question:

What are the differences between public reactive properties and internal reactive state?

Author: John Pencola



Answer:

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