remix-v2-meta-sessions
Installation
SKILL.md
Remix v2 Meta, Sessions, Auth, and CSRF
Quick Reference
v2 meta returns an array of descriptor objects — NOT the v1 object shape.
A v1-style object literal still typechecks in stale codebases but renders no
tags at runtime.
// app/routes/posts.$slug.tsx
import type { MetaFunction } from "@remix-run/node";