Is there an open source tool for analyzing JS/CSS compatibility with different browsers?

This page summarizes the projects mentioned and recommended in the original post on /r/webdev

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • caniuse

    Raw browser/feature support data from caniuse.com

  • I have a fantasy where I scan some files, javascript, css, html, and it tells me which APIs or CSS selectors I'm using that might cause issues. It can cross-check with caniuse.com without actually having to simulate it in a browser. Somehow I think this has to exist, but I'm having trouble finding it.

  • eslint-plugin-compat

    Check the browser compatibility of your code

  • I've looked for this in the past. There's not much for this that is totally comprehensive. You might find success with eslint-plugin-compat which will error when using things that aren't supported in your browsers.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
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