Buscar
Estás en modo de exploración. debe iniciar sesión para usar MEMORY

   Inicia sesión para empezar


Por supuesto:

Lit / Web Components

» Iniciar este curso
(Practica preguntas similares gratis)
Pregunta:

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

Autor: John Pencola



Respuesta:

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 calificaciones)

1 answer(s) in total