Beyond the Basics: Exploring TailwindCSS and Linaria in Next.js - From Installation to Performance Optimization

This page summarizes the projects mentioned and recommended in the original post on dev.to

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. classnames

    A simple javascript utility for conditionally joining classNames together

    But of course, it is a button, so it could have multiple variants: primary and secondary(you can increase the number of customizable params, but we will limit it to 1, variant). To implement this you can use any library for combining classnames, for example, classnames, clsx. Let’s use the classic one, "classnames".

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. shadcn/ui

    A set of beautifully-designed, accessible components and a code distribution platform. Works with your favorite frameworks. Open Source. Open Code.

    Examples: radix-ui, chakra-ui, shadcn/ui, tailwind-ui.

  4. cssnano

    A modular minifier, built on top of the PostCSS ecosystem.

    Since Tailwind is a PostCSS plugin, we can also add cssnano plugin to compress the bundle.

  5. chakra-ui

    Chakra UI is a component system for building products with speed ⚡️

    Examples: radix-ui, chakra-ui, shadcn/ui, tailwind-ui.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Apredendo React - The Roadmap!

    10 projects | dev.to | 19 Apr 2022
  • Best 11 React UI Component Libraries in 2025

    14 projects | dev.to | 11 Mar 2025
  • Design to Demo: Accelerating App Development with AI Tooling

    3 projects | dev.to | 16 Dec 2024
  • Navigate the React Developer Landscape in 2024: Essential Skills and Trends

    2 projects | dev.to | 6 Aug 2024
  • Top 23 React UI Component Libraries for Your Next Project🚀

    14 projects | dev.to | 30 May 2024

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?