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
Now that we are covering the full suite of elements that can be used in <head>, it might be time to think about componentizing (is that a word?) Helmet. Having so many potential properties in one <Helmet /> tag makes it look a little long in the tooth. @potench suggested this nested API as a possibility:
<Helmet>
<Title>
<Meta>
<Script>
</Helmet>
Thoughts?
The text was updated successfully, but these errors were encountered:
Now that we are covering the full suite of elements that can be used in
<head>
, it might be time to think about componentizing (is that a word?) Helmet. Having so many potential properties in one<Helmet />
tag makes it look a little long in the tooth. @potench suggested this nested API as a possibility:Thoughts?
The text was updated successfully, but these errors were encountered: