[RANT] How Vue 3 drove me away

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

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

    RFCs for substantial changes / feature additions to Vue core (by vuejs)

  • Also Vuex 5 API is heavily inspired by it 😁 https://github.com/vuejs/rfcs/discussions/270

  • vueuse

    Collection of essential Vue Composition Utilities for Vue 2 and 3

  • If you use a lot of third party stuff I can see how you want to stick to 2 for a while but 3 with composition is 100x better for real. Also check out https://vueuse.org/

  • 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
  • composition-api

    Composition API plugin for Vue 2

  • I’ve made peace with the fact that the app I support probably won’t get upgraded to Vue 3 in the next 12-18 months, the number of breaking changes is just too high. Luckily, the Composition API package (https://github.com/vuejs/composition-api ) in our Vue 2 app solves nearly all of our TypeScript and reusability woes, so we’re happy to just progressively upgrade our components until the ecosystem is more mature and an upgrade can happen more smoothly. IMO the Composition API was the best thing that could ever happen to Vue.

  • vuex

    🗃️ Centralized State Management for Vue.js.

  • Vuex does support devtools since May. https://github.com/vuejs/vuex/pull/1949

  • vue3-headstart-template

  • Here's the link to my template: https://github.com/UemitCebi/vue3-headstart-template

  • Vue.js

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

  • First of all, go to vuejs.org right now. What Vue version you see (primarily) referenced? This is very deliberate.

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