next.js
next.js copied to clipboard
Convert `with-cssed`, `with-csx`, `with-styled-jsx` examples to TypeScript
Updated 3 more examples to TypeScript. Changes to individual examples pushed as separate commits.
- Swapped
cxs/liteforcxs, as it's the only mode supported by@types/cxs.
Documentation / Examples
- [X] Make sure the linting passes by running
pnpm build && pnpm lint - [X] The "examples guidelines" are followed from our contributing doc