Modern UI Development

Complete this assessment with 100% score to master this chapter.

01Which type is most appropriate for the 'children' prop in a layout component?

02How should you type a 'useRef' hook that points to an input element?

03What is the correct type for an 'onChange' event handler on a text input?

04Why is 'useReducer' often preferred over 'useState' for complex forms in TS?

05What does 'React.FC' stand for?