kodyl / react-document-meta

HTML meta tags for React-based apps. Works for both client- and server-side rendering, and has a strict but flexible API.
MIT License
320 stars 23 forks source link

Upgrade to react-side-effect v1.0 #1

Closed erikras closed 9 years ago

erikras commented 9 years ago

Some breaking, but ultimately superior, changes in v1.0.

danieljuhl commented 9 years ago

Sure, I'll look into this as soon as possible, but probably not before next week. PR welcome.

erikras commented 9 years ago

Looks pretty easy.

danieljuhl commented 9 years ago

@erikras it's now done and released to npm as v1.0.0, with a few breaking changes to use with server rendering.

erikras commented 9 years ago

:+1: Thanks!