mynameisraj/soweb

Refactor components into smaller, more re-usable pieces

Opened this issue · 0 comments

Right now, our React components contain a lot of markup, which should be broken up into smaller sub-components. That way, we can have more modularity and flexibility when changing the code in the future.