Best of Tailwind CSS — February 2024
- 1
- 2
Community Picks·2y
Tailwind vs. Semantic CSS
This post compares the differences between Tailwind and Semantic CSS in terms of coding, rendering speed, separation of concerns, and more. It highlights that Semantic CSS is significantly smaller in size, faster in rendering, and allows for loose coupling and reusability.
- 3
- 4
DEV·2y
Here is my coolest portfolio
The post discusses the author's experience revamping their portfolio website using Tailwind CSS, GSAP, and Next.js. It highlights the importance of learning DSA in programming and emphasizes the significance of showcasing projects and work experience in a portfolio.
- 5
DEV·2y
Create VS Code Extension with React, TypeScript, Tailwind
This post provides a step-by-step guide on how to create a VS Code extension using React, TypeScript, and Tailwind CSS. It covers topics such as extension creation, Webview API for UI, styling UI, scripting, implementing React, TypeScript, and Tailwind, and also includes a bonus section on using the VS Code UI Toolkit.