Replies: 1 comment
-
Any insight? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I'm looking for a way to reload translations when locale files changes.
I'm not sure how does server side HMR works in Next.js, I can see in the code that it not using the default
webpack.HotModuleReplacementPlugin
on the server.So how does react fast refresh works?
Additional information
webpack's
module.hot
api is not workingExample
No response
Beta Was this translation helpful? Give feedback.
All reactions