bdefore / universal-redux

An npm package that lets you jump right into coding React and Redux with universal (isomorphic) rendering. Only manage Express setups or Webpack configurations if you want to.
MIT License
460 stars 48 forks source link

Switch to using react-helmet #108

Closed cmcewen closed 8 years ago

cmcewen commented 8 years ago

react-document-meta is unsupported and I was having some issues with caching headers on SSR - this switches to using react-helmet

bdefore commented 8 years ago

@cmcewen This looks good, thanks. I'm going to investigate how this impacts the universal-redux-starter and universal-redux-jwt projects to determine if it deems a major version bump.

bdefore commented 8 years ago

@cmcewen everything looks fine and i've made a 4.1.0 release that lands these changes

cmcewen commented 8 years ago

💯 awesome thanks!