cereallarceny / cra-ssr

[DEPRECATED] Server-side rendering with create-react-app, React Router v4, Helmet, Redux, and Thunk
484 stars 118 forks source link

Remove lang to index.html template #15

Closed gbreux closed 6 years ago

gbreux commented 6 years ago

Since the lang is set by default in the Page component, having the lang set in the index.html template won't work because of the replace function in the loader: data.replace('<html>', <html ${html}>); => will never work because the index.html <html> element = <html lang="en">