0 votes
in ReactJS by
What is state in React?

 A persistant storage.

 An internal data store (object) of a component.

1 Answer

0 votes
by

An internal data store (object) of a component.

...