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
I'm in the process of migrating my app from React to SolidJS. One thing that seems to be lacking in <Title> is the ability to do what Helmet does in react-helmet-async:
This code replaces the existing <title> tag with <title>My Page - My Site</title>.
The text was updated successfully, but these errors were encountered:
nathan-alden-sr
changed the title
[Feature request] I really miss Helmet's titleTemplate
[Feature Request] I really miss Helmet's titleTemplate
Aug 31, 2022
I'm in the process of migrating my app from React to SolidJS. One thing that seems to be lacking in
<Title>
is the ability to do what Helmet does inreact-helmet-async
:App.tsx
:MyPage.tsx
:This code replaces the existing
<title>
tag with<title>My Page - My Site</title>
.The text was updated successfully, but these errors were encountered: