paypal / react-engine

a composite render engine for universal (isomorphic) express apps to render both plain react views and react-router views
Apache License 2.0
1.45k stars 130 forks source link

Allow user to use a component wrapper server side only #136

Open smontlouis opened 8 years ago

smontlouis commented 8 years ago

Use case : I want to use react-helmet and I need to wrap my component with the Html structure server-side only

samsel commented 8 years ago

@bulby97 can you give an example?