Welcome to my digital garden. 🌴
Starter template using React 18, TypeScript, TailwindCSS, and Webpack 5, optimized for seamless development and efficient production builds.
Take full control over network behavior during prototyping, testing, and debugging with Mock Service Worker.
SVGR is a tool that converts SVG files into React components, enabling easy integration and customization within React apps.
The Core Web Vitals metrics help quantify the user experience and identify opportunities for improvement on our websites by focusing on loading speed, interactivity, and visual stability.
Server and Client Components combine the rich interactivity of client-side apps with the improved performance and benefits of server-side rendering.
Tailwind-merge is perfect for overriding unique one-off styling cases without individually defining them within the component variant.
Storybook is a tool for building UI components and pages in isolation. Learn how to build a reusable React component library with Storybook 6 and Rollup.
Practical example of caching results of expensive computations using Memoization.
How to build a custom Hook in React. Resource list of ready to use Hooks to speed up our productivity.