Let's figure out how to add topcoder-react-utils into Connect and start the unification process for our apps.
From @birdofpreyru #1442 :
Tt would be ideal to already try to setup topcoder-react-utils as a dependency of Connect App, and adopt Babel configs from there in Connect App (it might demand some work, cause those configs use Babel plugins to support CSS modules, thus any CSS code written before without CSS modules in mind should be wrapped into :global blocks, to keep it working).
@vikasrohit @gondzo @RishiRajSahu @maxceem @ThomasKranitsas @mtwomey FYI
How different is the environment and what would it take to do the step?
As a refactoring effort - can we also substitute our button implementations with the button component used in community app? We would need to document the process for the steps, so any challenge work should include a detailed user documentation. Also - I like how the code on community app is very well documented, can we try to get to a similar level of documentation in Connect?
Thanks!