Which statement about React components is true?

Last Updated :
Discuss
Comments

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

Share your thoughts in the comments