Vue 3 Composition API and Global State Management without Vuex

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

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
  • harlem

    Powerfully simple global state management for Vue 3

  • Shameless plug: if you're still wanting a non-Vuex state solution but don't want to write your own, I've written one you can use: Harlem.

  • itrack

    A minimal task-based time tracker. All future development of this project has moved to Codeberg.

  • If you want to have read-only values (protected from unintended mutations from outside your State composable) you could have a look at lines 13 and 14 here - I'm using Vue's computed() to create minimal getters (read-only values) before returning them for use in the app via useStore().

  • 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