Local state in React allows you to instantiate a plain JavaScript object for a component and hold information that might affect its rendering . Local state is managed in isolation within the component without other components affecting it.13 Mar 2020