googleinterns / scan-and-go

https://scan-and-go-for-gpay.an.r.appspot.com/
4 stars 5 forks source link

Refactor functional components into extends React.Component #20

Open devYaoYH opened 4 years ago

devYaoYH commented 4 years ago

We need to refactor stateful components into proper React.Component classes rather than the current functional components which is getting crowded with useState/useEffects.

devYaoYH commented 4 years ago

Still an open issue in our project as we are using functional components for our stateful pages.