Notes
Personal notes, glossary terms, and bookmarks I've collected.
Filter by tags:
bookmarkJan 22, 2024
bookmarkJan 20, 2024
React Router v7
https://reactrouter.com/
bookmarkJan 18, 2024
Tailwind CSS Documentation
https://tailwindcss.com/docs
noteJan 15, 2024
React Server Components
RSC allows rendering components on the server, reducing client-side JavaScript.
watch laterJan 15, 2024
Youtube watch later video
RSC allows rendering components on the server, reducing client-side JavaScript.
noteJan 10, 2024
TypeScript Utility Types
Pick, Omit, Partial, Required - essential utility types for type manipulation.
glossary
Hydration
The process of attaching event listeners and making server-rendered HTML interactive.
References
React Docs
Official React documentation on hydration
YouTube Tutorial
Deep dive into React hydration
glossary
MDX
Markdown for the component era. Write JSX in your Markdown documents.
References
https://mdxjs.com/
Official MDX documentation
