vanvalenlab / kiosk-frontend

DeepCell web application built using NodeJS, Express, React, and Webpack.
Other
1 stars 0 forks source link

Refactor to functional components using React hooks. #144

Closed willgraf closed 3 years ago

willgraf commented 3 years ago

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.