Starting to write CSS in 2023 will be different

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • browser-compat-data

    This repository contains compatibility data for Web technologies as displayed on MDN

  • The key factor for web development to stop new CSS features is cross-platform compatibility. If you want to know the compatibility data of a new feature, you can get it through platforms such as Can I Use , Browser Compat Data and Time to Stable .

  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  • As we all know, CSS language is different from other programming languages in that it does not have the concept of scope. Usually, developers need to achieve scope-like functions through DOM structure and selectors. This makes web developers find themselves alternating between two worlds when writing selectors. On the one hand, web developers need to be clear about which elements to choose specifically; on the other hand, web developers want selectors to stay late than replacement, rather than being tightly coupled with DOM structure. This is also one of the reasons why tailwindcss is so popular.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • caniuse

    Raw browser/feature support data from caniuse.com

  • Baseline is coming to caniuse.com soon! This blog post will introduce this integration and explore some of the features included in Baseline 2023. According to the new definition of benchmark , the feature lifecycle is divided into two stages. The first option is newly launched , and then fully launched after 30 months. If a feature is interoperable in the following browsers, it will become part of the new features provided by Baseline:

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