tailwindcss
-
Best Practices for Margin Management in React with Tailwind CSS: Building Flexible UI Components

Discover the best practices for managing margins within React components using Tailwind CSS. Learn why externalizing margins to the parent container promotes reusability and flexibility in your UI components, leading to a more maintainable and scalable codebase. We’ll delve into practical examples showing the dos and don’ts of margin management, leveraging Tailwind’s utility classes to… Continue reading
Clean Code, Component Design, CSS Best Practices, front-end development, maintainable codebase, margin management, React, react best practices, react component margins, react patterns, reusable components, scalable front-end architecture, tailwind design principles, tailwind spacing utilities, tailwindcss, utility-first css, web development -
Build Blazor apps with Tailwind CSS

Blazor lets you build web UI components with C# dotnet. These components can be used in browser via web assembly or server side via ASP.NET Core. Tailwind CSS is utility-based CSS framework. Unlike bootstrap Tailwind doesn’t come with its own components, it has thousands of micro-CSS classes which can be used to build our UI Continue reading
