This PR migrates to React 0.17 and uses create-react-app and react-scripts for building and serving the React frontend. Additionally, all the components were refactored into functional components that use React hooks. Finally, several dependencies have been updated to the latest versions.
This PR migrates to React 0.17 and uses
create-react-app
andreact-scripts
for building and serving the React frontend. Additionally, all the components were refactored into functional components that use React hooks. Finally, several dependencies have been updated to the latest versions.