...
/Quiz: Creating React Frontend with TypeScript
Quiz: Creating React Frontend with TypeScript
Try to answer the following questions to test your knowledge of this chapter.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Which statement is true about re-rendering a component on props changing in React?
A.
It re-renders upon changing props.
B.
React components are not capable of re-rendering.
C.
It re-renders only if the browser’s cache is cleared.
D.
Only when a user interacts with the component.
1 / 5
...