Files
frontend-app-learning/src/generic
Adam Stankiewicz 97a1cb4ffc chore: upgrade @edx/frontend-platform to v3.4.1 (#1071)
* chore: upgrade @edx/frontend-platform to v3.4.0
* chore: upgrade to frontend-platform v3.4.1
2023-02-28 09:18:28 -05:00
..
2020-12-15 10:24:27 -05:00
2023-01-30 12:20:07 -05:00

Generic module (src/generic)

This module is a place for code that is not specific to the frontend-app-learning micro-frontend. It is intended to be reusable and we expect we can extract it to a reusable code repository like Paragon or frontend-platform in the future.

Take care when changing this code that it doesn't take on domain-specific logic.

Code that is specific to the frontend-app-learning micro-frontend, but is shared by multiple top level components belongs in the shared module.