Notes

personal notes, glossary terms, and bookmarks

Search

Tags

bookmarkJan 20, 2024#react #routing #framework
bookmarkJan 18, 2024#css #styling #utility
noteJan 15, 2024#react #server-components #nextjs

React Server Components

RSC allows rendering components on the server, reducing client-side JavaScript.

watch laterJan 15, 2024#react #server-components #nextjs

Youtube watch later video

RSC allows rendering components on the server, reducing client-side JavaScript.

noteJan 10, 2024#typescript #types

TypeScript Utility Types

Pick, Omit, Partial, Required - essential utility types for type manipulation.

glossary#react #ssr #web

Hydration

The process of attaching event listeners and making server-rendered HTML interactive.

References

glossary#markdown #react #jsx

MDX

Markdown for the component era. Write JSX in your Markdown documents.

References