Objects and v-model in Vue3

This page summarizes the projects mentioned and recommended in the original post on dev.to

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.io
featured
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
  • vue-class-component

    ES / TypeScript decorator for class-style Vue components.

  • When I was using Vue2 along with vue-class-component and vue-property-decorator it was easy to synchronize v-models between components simply using @ModelSync(). When Vue 3 came out with its Composition API another way was needed to achieve the same result as if Class Component was used.

  • vue-property-decorator

    Discontinued Vue.js and Property Decorator

  • When I was using Vue2 along with vue-class-component and vue-property-decorator it was easy to synchronize v-models between components simply using @ModelSync(). When Vue 3 came out with its Composition API another way was needed to achieve the same result as if Class Component was used.

  • 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

  • Vue + TS without class component ? No way!

    3 projects | dev.to | 15 Sep 2022
  • Why I Love Vue 3's Composition API

    1 project | /r/vuejs | 2 Nov 2021
  • Wait for Vue 3 to add Typescript?

    4 projects | /r/vuejs | 19 Aug 2021
  • You should be using Vue Class Component

    1 project | dev.to | 16 Feb 2021
  • Aprendizados de 1 ano de projeto em vue.js com escopo ultra caĆ³tico

    2 projects | dev.to | 26 Jan 2021