zhangyuang / egg-react-ssr

最小而美的Egg + React + SSR 服务端渲染应用骨架,同时支持JS和TS
http://doc.ssr-fc.com/
MIT License
1.91k stars 211 forks source link

Helmet use? #140

Closed zanjs closed 4 years ago

zanjs commented 4 years ago

react-helmet ssr

zhangyuang commented 4 years ago

no need to use react-helment, you can write html head tag in layout directly

zanjs commented 4 years ago

@zhangyuang Dynamic title, Cannot write directly!

zhangyuang commented 4 years ago

you can provide a specific scene,in layout component, you can get serverData and request context to set title dynamically

zanjs commented 4 years ago

@zhangyuang ok! Thank you!