Which statement about React components is true?
Only class components can hold state
Components must be stored in .jsx
files
Both function and class components can be used in React
Components can’t be reused
This question is part of this quiz :
React tutorial Quiz 1