Open edX Micro-Frontends (MFE): What They Are and Why They Matter
Open edX MFEs are independent React applications introduced in Juniper (2020). Key MFEs: authn (login/signup), learning (course player), learner-dashboard, discussions, account, course-authoring. They communicate with the Django backend via JWT-authenticated REST APIs, served from the /apps/ subdomain. All MFEs are enabled by default on TundraLMS.
Start free trial