diff --git a/README.md b/README.md index 67666e9..b63ce5a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Subscribe via [RSS](https://til.jakelazaroff.com/rss.xml)! --- -62 TILs so far: +63 TILs so far: ## 1password @@ -106,6 +106,10 @@ Subscribe via [RSS](https://til.jakelazaroff.com/rss.xml)! - [Find a point on a sphere](/math/find-a-point-on-a-sphere.md) - [Rotate a point around a circle](/math/rotate-a-point-around-a-circle.md) +## nextjs + +- [Don't server-side render a client component](/nextjs/dont-server-side-render-a-client-component.md) + ## nodejs - [Execute TypeScript files in Node.js](/nodejs/execute-typescript-files-in-nodejs.md)