Skip to main content

One post tagged with "React"

React UI patterns, Desk shell context hooks, and component composition.

View All Tags

Extending Desk with Shell Context Hooks

· 2 min read
Noman Kalelkar
Developer at Framework M
Shravan Shetty
Developer at Framework M

Building complex enterprise user interfaces requires a delicate balance: core application shells must remain stable and secure, while domain plugins and custom UI extensions must be able to hook into form controllers, state lifecycle, and global navigation effortlessly.

In Framework M Desk (@framework-m/desk), we introduced the official React Shell Context API and consolidated Micro-Frontend (MFE) Plugin Contracts.