Reduce boilerplate with vue-path-store and its Vuex plugin

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-path-store

    A simple state management solution for Vue, that uses the dot notation path syntax.

  • vue-path-store (PathStore) is a simple, lightweight, shared state management solution for Vue. At its heart lays a reactive object enhanced with generic methods like set, get, toggle, del, push that perform data mutation (and retrieval) using the dot notation path syntax.

  • vuex

    🗃️ Centralized State Management for Vue.js.

  • Comes with plugins for Vuex and Pinia so that you can use its methods with your favorite state management library.

  • 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

  • How to Protect State in Pinia

    2 projects | dev.to | 7 Apr 2024
  • A guide to Vue Lifecycle hooks.

    1 project | dev.to | 16 May 2023
  • Which one is the favor?

    1 project | /r/vuejs | 10 Apr 2023
  • How to install and use Vuex4 in nuxtjs 3?

    1 project | /r/Nuxt | 19 Mar 2023
  • Vuex: taking user input, adding and removing it from state

    2 projects | dev.to | 1 Jan 2023