26.07

5 bookmarks
Custom sorting
5 Common Pitfalls with Server Components in Next13 (with examples)
5 Common Pitfalls with Server Components in Next13 (with examples)
The App Router is a new feature in NextJS 13, and it was recently switched to being the recommended option when you create a new NextJS application. This effectively replaces the Pages Router, and NextJS has documentation on how you can incrementally switch over. The most notable difference in the
·propelauth.com·
5 Common Pitfalls with Server Components in Next13 (with examples)
Strongly Type useRef with ElementRef
Strongly Type useRef with ElementRef
Using useRef with native elements in React can be confusing, but ElementRef provides an easier solution by extracting the element type.
·totaltypescript.com·
Strongly Type useRef with ElementRef