filemanager
filemanager copied to clipboard
Preferable use of functional React components
Substitute class React components with functional components if a class component has only render() method and no state use.