You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per locale splitting works with the middleware. But MPAs don't work (yet).
SSR works fine, but the moment the client takes routing over, no messages exist in the client-side bundle. Leading to the rendering of nothing.
Furthermore, if #354 is implemented, the requirement for per-locale splitting will likely be severely reduced. The majority of SSR's sites would ship 0kb JS as the usage of dynamic messages that have inputs or multiple variants is rare.
Next steps
explore filtering the response in the server middleware without effecting client side bundles to not break MPAs, and reduce configuration and complexity
Context
The server middleware can be used to achieve per locale splitting on the client.
Taks
const result = trackMessageCalls(() => fn)
The text was updated successfully, but these errors were encountered: