jaredpalmer / after.js

Next.js-like framework for server-rendered React apps built with React Router
https://npm.im/@jaredpalmer/after
MIT License
4.13k stars 201 forks source link

Does After.js support something similar to next/head? #511

Closed steadweb closed 2 years ago

steadweb commented 2 years ago

Ideally, functionality should exist to customize the metadata (tags) of each page separately. NextJS supports next/head which allows this. Does After.js have something similar?

Reference: https://nextjs.org/docs/api-reference/next/head

MatthewPattell commented 2 years ago

@steadweb just use react-helmet

steadweb commented 2 years ago

Thanks @MatthewPattell - without me looking, I'll need to check whether this supports SSR out the box.