eslint-plugin-compat VS fusionjs

Compare eslint-plugin-compat vs fusionjs and see what are their differences.

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
eslint-plugin-compat fusionjs
7 4
3,033 1,532
- -0.1%
5.1 2.6
22 days ago 10 months ago
TypeScript TypeScript
MIT License MIT License
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.

eslint-plugin-compat

Posts with mentions or reviews of eslint-plugin-compat. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-11.

fusionjs

Posts with mentions or reviews of fusionjs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-21.
  • [AskJS] question about your monorepo workflow
    3 projects | /r/javascript | 21 Oct 2021
    b) Don't do intermediate builds at all. This is what we do for monorepo-internal packages at Uber. Basically, our framework lets you specify what parts of node_modules should be transpiled when compiling the service. So basically you just have a single compilation step and the performance cost is alleviated by leveraging babel cache. The upside of this approach is you only need one file watching daemon and you don't need to worry about BS related to intermediate compilation bugs, NPM publishing interface, etc.
  • [AskJS] Best practices for polyfills in libraries?
    3 projects | /r/javascript | 24 Sep 2021
    I also worked on another framework which does ship with polyfills, but this one is very much a "we-call-you" framework, in the sense that it has an full-fledged, opinionated compiler with hundreds of hours worth of time spent on optimizations, and the inclusion of polyfills is also very much a deliberate choice made in the name of productivity.
  • [AskJS] Is it just me or is core-js fundamentally broken?
    5 projects | /r/javascript | 5 May 2021
    We've gone down this rabbit hole with Fusion.js. The TL;DR: is core.js aims to be standard-compliant, which means it'll often pull in a lot of code to deal with obscure corner cases like dealing w/ Symbols.
  • I'm building a Next.js/Nuxt alternative, would you use it?
    2 projects | /r/JSdev | 16 Apr 2021
    At work we use another framework called Fusion.js. One thing that we find important is its plugin system, which allows colocating server/client/hydration logic by concerns, rather than by environment, meaning we could enable/disable, e.g. Redux hydration by registering a plugin, rather than peppering redux code in a bunch of disparate lifecycle hooks.

What are some alternatives?

When comparing eslint-plugin-compat and fusionjs you can also consider the following projects:

stylelint-no-unsupported-browser-features - Disallow features that aren't supported by your target browser audience.

vike - 🔨 Like Next.js / Nuxt but as do-one-thing-do-it-well Vite plugin.

xournalpp - Xournal++ is a handwriting notetaking software with PDF annotation support. Written in C++ with GTK3, supporting Linux (e.g. Ubuntu, Debian, Arch, SUSE), macOS and Windows 10. Supports pen input from devices such as Wacom Tablets.

jazelle - Incremental, cacheable builds for large Javascript monorepos using Bazel

browserslist - 🦔 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-preset-env

vctl-docs - VMware vctl Docs

rollup-plugin-ts - A TypeScript Rollup plugin that bundles declarations, respects Browserslists, and enables seamless integration with transpilers such as babel and swc

create-react-app - Set up a modern web app by running one command.

chromium-legacy - Latest Chromium (≒Chrome Canary/Stable) for Mac OS X 10.7+

nx - Smart Monorepos · Fast CI

stylelint-no-unsupported-browser-fe

Mithril.js - A JavaScript Framework for Building Brilliant Applications