|
|
|
|
|
by quantisan
4044 days ago
|
|
I love what you guys have done. I'm interested to know what is the rationale for this? Are you finding that it helps improve conversion or something? Basically help me convince the business side of my company so that I can use this for our site too. :) |
|
We basically wanted to manage internationalised static content effectively. That meant reusing markup, but also making sure that you're linking to pages in the correct locale and not trying to link to pages that aren't available in your locale.
React is obviously good for templating and its been quite straightforward to implement the internationalisation logic too. Since it isn't much overhead at all to render on both the client and server, it seemed a no brainer.