llaske / ExerciserReact

React code of Exerciser Activity. GSoC 2018
Apache License 2.0
15 stars 49 forks source link

Stateless class components #27

Closed Anshuman71 closed 5 years ago

Anshuman71 commented 5 years ago

There are many components in the app which are stateless. Stateless components should be functional components rather than class components I am working on this issue. Update: fixed in #28