nextjs-ssr icon indicating copy to clipboard operation
nextjs-ssr copied to clipboard

Next.js Federated SSR over Software Streaming

Results 5 nextjs-ssr issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

workaround here: https://github.com/module-federation/nextjs-ssr/pull/17 global of remote config from process.env and from other remotes needs to be merged together all the time, then merge runtime remotes that are loaded incase there's...

Configure module federation plugin directly on next config, set runtime to false in plugin - this will generate a self contained webpack runtime for the remote container. For sharing react...

Currently I support a single string syntax as the input. Remote: global@url Adding support for a promise new promise value would enable managed modules and other at runtime decisioning ```...

Right now, the plugin supports a single remote string like: `{remote:remote@http://}` Add support for an array of values where on `catch` - webpack will try the next value in the...

enhancement
good first issue