The Wikimedia Foundation's chooses Vue.js over React as its new frontend framework

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

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
  • wikibase-sdk

    JS utils functions to query a Wikibase instance and simplify its results

  • you could simplify the results with wikibase-sdk simplify functions

  • The-Modding-Tree

    Create your own tree (or non-tree) of prestige upgrades!

  • You can easily use Vue without build tools (example I had in my browser history). There's even specifically a smaller version specifically for progressive enhancement. Before making such statements, why not read a bit about the Vue teams view on using it without a build step? :)

  • 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
  • petite-vue

    6kb subset of Vue optimized for progressive enhancement

  • You can easily use Vue without build tools (example I had in my browser history). There's even specifically a smaller version specifically for progressive enhancement. Before making such statements, why not read a bit about the Vue teams view on using it without a build step? :)

  • Vue.js

    This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

  • ... what? If you use it directly in the browser, you don't have a transpilation step. You don't have to use Babel when writing a website. It's a good idea if you want to target the biggest userbase, sure, but you can also just serve ES6 modules and be done with it. Or you just don't use ES6 features, write ES5 and be done with it, since the Vue template compiler does not use Babel there is literally NOTHING stopping you from writing code directly for the browser.

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