Sage-Bionetworks / rocc-app

Registry of Open Community Challenge (ROCC) web client
Apache License 2.0
0 stars 0 forks source link

Refactor Home page into individual components #383

Closed tschaffter closed 2 years ago

tschaffter commented 2 years ago

Decompose the Home page into modular components.

This will help make the home page code more organized and make the writing of unit and integration test easier.

Example of individual components:

image

tschaffter commented 2 years ago

The home component is now composed for multiple components that will be easier to test.