Replies: 1 comment 2 replies
-
Hi, I am a member of Modern.js team. I want to share some ideas from my perspective. Firstly I want to say that Remix is a fantastic framework. Modern.js was heavily inspired by Remix.js in routing and SSR. At the same time, Modern.js' routing solution is based on react-router, which is created by the Remix team. There are some thoughts when we creating Modern.js: We uses webpack and Rspack as bundlers in Modern.js. We have seen the perfect ecosystem of webpack and we hope that such an ecosystem can continue to develop. We're trying to make this ecosystem faster than ever with the help of Rspack. In the enterprise-level application scenarios we face, micro-frontends are a very important way for us to solve the scaling problem, so we have made first-class support for micro-frontends in Modern.js. This also includes support for Module Federation.abs We see that CSR (client-side rendering), SSR (server-side rendering) and SSG(Static Site Generation)each have their suitable usage scenarios. In some cases, using CSR mode can be more efficient and have lower operating costs. Therefore, in Modern.js, We provide support for all these rendering modes, and allow developers to choose the render mode they needed, which makes the entire framework more progressive. |
Beta Was this translation helpful? Give feedback.
-
Hi there,
I have been experimenting with Modern js and so far the experience has been good. The main selling point for me really is the micro frontend tooling support over remix especially in the upcoming module federation support which is what I am waiting on.
apart from this why would you recommend modern js over remix? Asking this because I need to pick a framework that is very future promising.
There are similarities between remix and modern js, given that modern js is inspired by it.
Thanks 🙏
Beta Was this translation helpful? Give feedback.
All reactions