eyelidlessness / preact-head

Standalone, declarative <Head /> for Preact.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preact-head

Standalone, declarative <Head /> for Preact.

Supports both client and server-side rendering.

Example

<Head>
  <title>{state.title}</title>
  <meta name="Whatever" content={state.count} />
</Head>

Installation

yarn add preact-head

Credit

This was inspired by and ported from next.js & react-declarative-head with adjustments to make it work with well with Preact.

License

MIT

About

Standalone, declarative <Head /> for Preact.


Languages

Language:JavaScript 97.2%Language:Makefile 2.8%