Skip to content

Commit

Permalink
docs: Update oeps/architectural-decisions/oep-0065-frontend-composabi…
Browse files Browse the repository at this point in the history
…lity.rst

Co-authored-by: Adolfo R. Brandes <[email protected]>
  • Loading branch information
davidjoy and arbrandes committed Apr 4, 2024
1 parent e794ae9 commit c07b2d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Shared Libraries (Current Option #1)

Because each MFE is siloed from each other - both in repositories and at runtime - our only viable mechanism for sharing code has historically been to extract it into a shared library that gets bundled with each at build time. This creates more repository/dependency overhead.

Frontend Plugins (Curent Option #2)
Frontend Plugins (Current Option #2)
-----------------------------------

With the creation of the `frontend-plugin-framework <https://github.com/openedx/frontend-plugin-framework>`_, we're starting to have the capability to share components across MFEs as plugins, either at build time (direct plugins) or runtime (iframe plugins)
Expand Down

0 comments on commit c07b2d0

Please sign in to comment.