|
|
|
|
|
by polyrand
474 days ago
|
|
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: - All ByteDance products, even native apps, are web-based - They have an in-house framework called "Lynx" which is essentially their version of React Native[1] - "All apps are Lynx apps. Everything is a Lynx app. It's all backed off the same stack." - This approach allows them to maintain a unified architecture while having specialized teams focus on different aspects (algorithms, compiler, kernel, etc.) [0]: https://syntax.fm/show/860/module-federation-microfrontends-... [1]: The one being released, in the podcast they confirmed they would be open-sourcing it this year |
|