LuisValgoi / ui5-webcomponents-react-seed

Seed of UI5 Web Components for React
12 stars 1 forks source link

[FEATURE] Add react-helmet #26

Closed marceloschreiber closed 4 years ago

marceloschreiber commented 4 years ago

Describe your suggestion Add react-helmet to help create applications where each page has a title that reflects the content of that page. If we think in terms of UX it's important that the title reflects the route the user is, yet this detail is often forgotten.

Additional context Without using something like react-helmet the title and metatags will be the same for all routes as defined on public/index.html.

LuisValgoi commented 4 years ago

Really thank you for that! A very good catch! We will handle it in the next days!

LuisValgoi commented 4 years ago

https://github.com/nfl/react-helmet

LuisValgoi commented 4 years ago

https://medium.com/collabcode/como-manipular-o-head-das-p%C3%A1ginas-react-utilizando-o-react-helmet-da-nfl-c10481a74782