KyleJune / deno-tailwind-ui-react-example

An example of how you can use Tailwind UI and React with Deno
20 stars 5 forks source link

Add react-helmet #4

Closed KyleJune closed 2 years ago

KyleJune commented 2 years ago

As part of this change, I also cleaned up ssr.tsx and removed the __twind_base style tag. Now that the head is outside of the part of the application that gets hydrated, I can just use the __twind style tag without it getting overwritten when the app hydrates.