Notes
personal notes, glossary terms, and bookmarks
Search
Tags
bookmarkJan 22, 2024#react #youtube #tutorial
bookmarkJan 20, 2024#react #routing #framework
[React Router v7](https://reactrouter.com/)
https://reactrouter.com/
bookmarkJan 18, 2024#css #styling #utility
[Tailwind CSS Documentation](https://tailwindcss.com/docs)
https://tailwindcss.com/docs
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
- [React Docs](https://react.dev/reference/react-dom/client/hydrateRoot) — Official React documentation on hydration
- [YouTube Tutorial](https://www.youtube.com/watch?v=ZJP9k9L7g0s) — Deep dive into React hydration
glossary#markdown #react #jsx
MDX
Markdown for the component era. Write JSX in your Markdown documents.
References
- [https://mdxjs.com/](https://mdxjs.com/) — Official MDX documentation
