You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.
Update the page title and possibly other metadata when GitHub user is loaded.
Motivation
It's necessary to set the proper metadata when you want a credible personal website. Since CRA doesn't support SSR, at all, it might be wise to implement Helmet in the page component(s).
Additional context
Luckily, guides like these do exist. But it seems to be opinionated and complex, so I'd rather avoid it for now and only implement Helmet.
The text was updated successfully, but these errors were encountered:
Description of the feature
Update the page title and possibly other metadata when GitHub user is loaded.
Motivation
It's necessary to set the proper metadata when you want a credible personal website. Since CRA doesn't support SSR, at all, it might be wise to implement Helmet in the page component(s).
Additional context
Luckily, guides like these do exist. But it seems to be opinionated and complex, so I'd rather avoid it for now and only implement Helmet.
The text was updated successfully, but these errors were encountered: