MSEdgeExplainers VS css-modules

Compare MSEdgeExplainers vs css-modules and see what are their differences.

MSEdgeExplainers

Home for explainer documents originated by the Microsoft Edge team (by MicrosoftEdge)

css-modules

Documentation about css-modules (by css-modules)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
MSEdgeExplainers css-modules
18 86
1,255 17,391
1.1% 0.3%
8.1 5.2
4 days ago 28 days ago
HTML
Creative Commons Attribution 4.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

MSEdgeExplainers

Posts with mentions or reviews of MSEdgeExplainers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-01.
  • Microsoft Edge Side Panel API
    1 project | news.ycombinator.com | 27 May 2023
  • Tether elements to each other with CSS anchor positioning
    4 projects | news.ycombinator.com | 1 Mar 2023
    The spec is a W3C CSS working group draft: https://drafts.csswg.org/css-anchor-position-1/

    It looks like less of a Chrome thing and more of an Edge thing? The Intent to Prototype [1] links to an Edge explainer [2] with Microsoft authors. It doesn't look like anyone has asked Mozilla for a position yet [3] but I expect if they get positive signals from web developers (us!) that will be soon.

    [1] https://groups.google.com/a/chromium.org/g/blink-dev/c/vsPdd...

    [2] https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/...

    [3] https://github.com/mozilla/standards-positions/issues?q=anch...

  • Make your design compatible with foldable device
    1 project | dev.to | 16 Feb 2023
    1 project | dev.to | 12 Feb 2023
  • HTML document subtitles?
    1 project | dev.to | 10 Nov 2022
    Read the explainer here
  • More than “Just a web app”
    1 project | /r/PWA | 18 May 2022
  • What's New In Microsoft Edge Devtools?
    1 project | dev.to | 25 Jan 2022
    You can learn more about Focus Mode in this Edge explainer document.
  • Parcel CSS: A new CSS parser, compiler, and minifier
    12 projects | news.ycombinator.com | 12 Jan 2022
    For a spec about a browser feature, "getting it" can mean a few different things.

    1. Understanding the purpose of the feature ("why/when would I use this?")

    2. Understanding how to implement the feature

    3. Understanding how to use the feature

    4. Understanding the feature's "corner cases" (surprising implications, cases where it doesn't do what you'd expect, etc.)

    5. Understanding why the feature works the way it does (instead of some other way)

    Most of the web specs really only explain how to implement a feature, and even then, they're not great at that, because they do such a poor job at explaining the purpose of the feature.

    Assuming that you, like most of us, aren't working on implementing a browser, that means that web specs are mostly unhelpful to you. It's almost completely beyond the purpose of a spec to teach you how to use a feature, what its corner cases would be (which are often unknown at the time a spec was written), and why the specification says what it says.

    This is an area where the web spec community has made some improvements in recent years. Nowadays, it's understood that new proposed specifications shouldn't just provide a specification, but also a separate "explainer" document, whose purpose is to communicate #1 (the purpose of the feature), and also persuade the other browser vendors to implement the feature. ("This will be really cool, and here's why…")

    At a minimum, specs nowadays often include a non-normative "Motivation" section, as the CSS Nesting spec does. https://www.w3.org/TR/css-nesting-1/ I you'll find that you can "get" that spec much better than you can the CSS OM spec https://www.w3.org/TR/cssom-1/ which is old enough to buy alcohol and doesn't include a "Motivation" section.

    You can often find explainer docs linked off of https://chromestatus.com/ e.g. https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/... I think you'll find that explainers are 10000% better for learning features than specs are. (They typically even discuss #3, #4, and #5, as they typically discuss alternative rejected approaches.)

  • Introducing transparent ads in Microsoft Edge Preview
    1 project | /r/MicrosoftEdge | 13 Dec 2021
    Transparent ads are enabled through ad providers joining the Transparent Ads Provider program. More info on the program and the requirements for providers here - https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/TransparentAds/Program-Overview.md
  • The strangely difficult problem of drawing a box around text
    2 projects | news.ycombinator.com | 25 Oct 2021
    Not necessarily for a Swift project, but your experience makes me wonder about the current web API for highlighting spans of text.

    https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/...

    Complicated...

css-modules

Posts with mentions or reviews of css-modules. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-19.
  • Selectors for Humans, Hashes for Machines
    2 projects | dev.to | 19 Apr 2024
    One aspect of CSS modules that I truly appreciate is its ability to compress class names into very short hashes. This feature allows me to keep my CSS selectors as long and descriptive as needed, while still compressing them into concise three or four character hashes. It aligns with my rule for CSS: selectors should be written for human readability, but compressed for machine efficiency.
  • Architecture: Micro frontends
    2 projects | dev.to | 5 Apr 2024
    Use methodologies such as BEM, and technologies including CSS modules, CSS-in-JS, and Shadow DOM to isolate the styles of each micro-application and prevent conflicts, thus ensuring reliable encapsulation and modularity.
  • Use TailwindCSS prefixes for shared design system components
    6 projects | dev.to | 22 Jan 2024
    For many years, Culture Amp took the second option, and distributed shared components without compiled CSS. This meant that every app that consumed shared components needed to include the necessary CSS build tooling – at that time CSS Modules and node-sass – with a compatible version and configuration. This was relatively easy to set up, but over time proved difficult to maintain. When node-sass was deprecated in favour of (the much faster but slightly incompatible) Dart Sass, this demanded a difficult lock-step migration across all those codebases, which we have yet to achieve. And as new applications have switched to Tailwind for their own styles, they've had to continue to maintain those old build tools in parallel for the shared components' styles.
  • I'm Writing CSS in 2024
    1 project | news.ycombinator.com | 8 Jan 2024
  • CSS Modules Still a Thing?
    2 projects | /r/css | 7 Dec 2023
    So CSS modules are a form of 3rd-party CSS-in-JS, where what you import are the class names, which are then usually obfuscated etc at compile time, and all the actual style declarations are (usually) compiled into a single css file or tag as part of the bundling process. You can read the og docs on'em here, and you've probably seen'em used in React like:

    import styles from "./styles.css";
    
    function Example(){
        return (
            

    Hello

    ); }

    They predate the ability to import non-js files in vanilla by a good while, and rely on the compile process to translate your .css files into .js files that can be imported using whichever loader you use in your bundler.

    Import assertions are a vanilla way to import non-js files by telling the browser how to import them; assert { type: "css" } says to treat the file as CSS and create a CSSStyleSheet, assert { type: "json" } says to treat the file as JSON and create a JSON object - and hopefully assert { type: "html" } will hopefully arrive soon and create a #document-fragment or something similar.

    Hope that clears it up!

  • An Overview of 25+ UI Component Libraries in 2023
    40 projects | dev.to | 10 Sep 2023
    Extensions of CSS: for example, Sass, Less, Tailwind, CSS Modules, to make stuff look a certain way on your own.
  • Creating a Component Library Fast🚀(using Vite's library mode)
    7 projects | dev.to | 11 Aug 2023
    The components are styled with CSS modules. When building the library, these styles will get transformed to normal CSS style sheets. This means that the consuming application will not even be required to support CSS modules. (In the future I want to extend this tutorial to use vanilla-extract instead.)
  • All 7 ways to deal with CSS most never tried
    5 projects | dev.to | 7 Jun 2023
    NextJS comes with built-in support for CSS Modules which allows you to scope your styles locally in individual components without worrying about name collisions or messing up other parts of the codebase.
  • Vanilla+PostCSS as an Alternative to SCSS
    15 projects | dev.to | 30 Mar 2023
    CSS modules are not to be confused with mixins, as they serve the opposite purpose. While mixins are components or functions to be reused globally, modules are style sheets with a local scope used in a similar way as styled components in React.
  • The Future of CSS
    7 projects | dev.to | 9 Feb 2023
    CSS Modules CSS Modules is a pre-processing step: by default, styles are scoped locally to the current component, and the transpiler ensures no conflicts.

What are some alternatives?

When comparing MSEdgeExplainers and css-modules you can also consider the following projects:

dropcss - An exceptionally fast, thorough and tiny unused-CSS cleaner

emotion - 👩‍🎤 CSS-in-JS library designed for high performance style composition

ngx-foldable - Angular library to help your build dual-screen experiences for foldable or dual-screen devices

esbuild-plugin-solid

react-foldable - A set of components to help you work with foldable screens

stencil - A toolchain for building scalable, enterprise-ready component systems on top of TypeScript and Web Component standards. Stencil components can be distributed natively to React, Angular, Vue, and traditional web developers from a single, framework-agnostic codebase.

Tailwind CSS - A utility-first CSS framework for rapid UI development.

styled-components - Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅

surface-duo-photo-gallery - This repo is an Angular re-implementation of the Surface Duo Photo Gallery sample

postcss-nested - PostCSS plugin to unwrap nested rules like how Sass does it.

lightningcss - An extremely fast CSS parser, transformer, bundler, and minifier written in Rust.

@artsy/fresnel - An SSR compatible approach to CSS media query based responsive layouts for React.