react-localize-redux-ssr
v0.0.1
Published
Localization library for React/Redux (SSR fixed)
Downloads
2
Maintainers
Readme
🎉 Release candidate for v3.0 is ready!! 🎉 - Try it now
Installation
npm install react-localize-redux --save
Not using React 16?
If you are using an older version of react, and plan on using the Translate component you have the following options:
Update react to a version > 16 as
Translate
requires the ability to render fragments and strings (recommended).