Why and how to create an Event Bus in Vuejs 3

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

    🥊 Tiny 200 byte functional event emitter / pubsub.

  • As suggested in official docs you could use mitt library to dispatch events across components.

  • vuex

    🗃️ Centralized State Management for Vue.js.

  • Vuex is a state management library. At first glance it seems complicated, and in fact it is a bit. You can use Vuex to store data that should be used globally in your app. Vuex provides you with a solid API to apply changes to this data and reflect them in all child components that use Vuex data store.

  • 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

  • Event Bus with Vue 3 and TypeScript

    1 project | dev.to | 4 Dec 2023
  • Explicit Design, Part 9. Decoupling Features with Events

    1 project | dev.to | 11 Sep 2023
  • Best way to pass data when dealing with deeply nested components?

    1 project | /r/vuejs | 25 May 2023
  • Using Event Bus in Vue.js 3

    2 projects | dev.to | 7 May 2023
  • Event emitter vs global variables

    2 projects | /r/node | 3 Mar 2023