In large React projects, feature toggles and conditional builds can quickly become
messy. What if entire features could be added—or removed—just by dropping a folder
in or out of your project? In this talk, I’ll show how a plugin architecture makes React
applications more modular and easier to maintain, with practical code examples from
our product.
Audience Takeaways:
- How to structure React applications so features live inside self-contained plugins.
- How this architecture simplifies builds and deployments by excluding unwanted
features at the source.
- Practical patterns you can adopt immediately to make your React codebase
more modular.
This talk has been presented at React Summit US 2025, check out the latest edition of this React Conference.