|
|
|
|
|
by satvikpendem
1044 days ago
|
|
How are Next and Remix less focused on SSR, I thought that was one of their main selling points? As well as static site generation. For example I use Next for a blog site that is SSG, works fine. The islands architecture is interesting but in practice I doubt I'd swap between multiple component libraries. |
|
With the island architecture, it's not that you would switch between different architectures, but that you can choose which component framework you want to use on top of the same templating framework. Of course, you can mix and match, but that's not really the point.