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
I'd want to use i18n in react components under React router without adding to each component as props. One way is to use React provider context, but it isn't a recommended solution. Using React Router v4
The text was updated successfully, but these errors were encountered:
I'm not sure what's the connection between i18n-node-2 and React Router. i18n-node-2 exposes a simple API, you'll have to deal with the React side :). You might also look into react-based i18n libraries
I'd want to use i18n in react components under React router without adding to each component as props. One way is to use React provider context, but it isn't a recommended solution. Using React Router v4
The text was updated successfully, but these errors were encountered: