Bridge Magento and Mage-OS with high-performance ReactEdge widgets.
WidgetBridge enables ReactEdge widgets to integrate seamlessly into Magento and Mage-OS storefronts while preserving the native platform.
Rather than replacing the storefront with a fully headless architecture, WidgetBridge allows individual frontend capabilities to evolve independently using server-side rendered React widgets.
- Server-side rendered widgets
- Progressive hydration
- Widget contracts
- Asset management
- Runtime widget registry
- Incremental frontend modernisation
- Magento-native integration
- Mage-OS compatible
Many commerce teams want the performance and developer experience of modern frontend technologies without rewriting their entire storefront.
WidgetBridge enables an incremental approach by allowing individual frontend features to be delivered as independent React widgets.
Typical use cases include:
- Navigation
- Product galleries
- Promotional banners
- Mini cart
- Search
- Recommendations
- Future AI-powered experiences
Install using Composer:
composer require reactedge/widgetbridgeEnable the module:
bin/magento module:enable ReactEdge_WidgetBridge
bin/magento setup:upgrade
bin/magento cache:flushWidgetBridge is based on a few core principles:
- Keep Magento.
- Modernise incrementally.
- Prefer open standards.
- Keep widgets independent.
- Minimise coupling.
- Optimise for performance.
Magento / Mage-OS
│
▼
WidgetBridge
│
▼
ReactEdge Widgets
│
▼
SSR + Hydration
- Magento 2
- Mage-OS
- PHP 8.1+
- ReactEdge widgets
- Additional widget types
- Improved SSR caching
- AI-assisted widget generation
- Extended observability
- Framework integrations
Contributions, ideas and feedback are welcome.
Please open an issue before submitting significant changes.
MIT