Learn How Coding Concepts Apply to Lightning Web Components Get link Facebook X Pinterest Email Other Apps September 22, 2022 Quiz+100 points1How does rerendering work for a Lightning web component?A.The Lightning Web Components engine re-renders the component on the server only when needed.B.You initiate re-rendering by calling the rerender() function in JavaScript.C.When an observed property changes, the component re-renders automatically on the client.D.The component re-renders on the server the first time you request the page, and on the client thereafter2How do components pass information up to a parent component?A.By firing DOM eventsB.By changing the value of a public property in the parentC.By calling a public method in the parentD.B and CE.A and C Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment