Files
frontend-app-learning/src/generic
Brian Smith e656f5445c feat!: organize plugin slots as components, add footer slot (#1381)
BREAKING CHANGE: slot ids have been changed for consistency
* `sequence_container_plugin` -> `sequence_container_slot`
* `unit_title_plugin` -> `unit_title_slot`
2024-05-17 12:09:47 -03:00
..
2020-12-15 10:24:27 -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.