airyrooms / maleo.js

Un-opinionated Universal Rendering Javascript Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE] Dynamic `Head` component

alvinkl opened this issue · comments

Is your feature request related to a problem? Please describe.
I need to have a dynamic head title, meta title, etc for better SEO

Describe the solution you'd like
Head component able to be used in any component or any page, and able to dynamically change the title

I'm working on this

My plan on adding this feature is to add SSR supported <Head /> component first, then add iteration to make it running on client side