I think this exercise will make the code more modular and reusable. Also, styled component ensure that styles of one component will not affect another unless they are the same, so it is safer than the current way styling
To work on this issue, please use a branch DEV-52 created from devel. When the work is finished - create a PR to the devel branch. At the end of each development circles, code from the devel branch (if everything is ok) goes to the master branch and deploys to production.
IMPORTANT! Before creating a PR be sure that all the tests are passing and the coverage is 100%.
At the moment each element is styled with the usual CSS.
Here is a good alternative: https://www.styled-components.com/
I think this exercise will make the code more modular and reusable. Also, styled component ensure that styles of one component will not affect another unless they are the same, so it is safer than the current way styling
To work on this issue, please use a branch DEV-52 created from devel. When the work is finished - create a PR to the devel branch. At the end of each development circles, code from the devel branch (if everything is ok) goes to the master branch and deploys to production.
IMPORTANT! Before creating a PR be sure that all the tests are passing and the coverage is 100%.