I remember listening to a Syntax FM[0] with Zack Jackson from ByteDance, which mentioned this framework briefly. Some quotes and notes from that part of the podcast:<p>- All ByteDance products, even native apps, are web-based<p>- They have an in-house framework called "Lynx" which is essentially their version of React Native[1]<p>- "All apps are Lynx apps. Everything is a Lynx app. It's all backed off the same stack."<p>- This approach allows them to maintain a unified architecture while having specialized teams focus on different aspects (algorithms, compiler, kernel, etc.)<p>[0]: <a href="https://syntax.fm/show/860/module-federation-microfrontends-with-bytedance-s-zack-jackson" rel="nofollow">https://syntax.fm/show/860/module-federation-microfrontends-...</a><p>[1]: The one being released, in the podcast they confirmed they would be open-sourcing it this year