Type Safe Event Emitter Pattern

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

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

    Discontinued A powerful and lightweight module composition strategy responsible for orchestrating your logic, enabling you to easily respect SOLID principles within your infinitely-scalable app. (by kaviarjs)

  • Very interesting solution. I had to solve this issue too in my framework, but did it quite differently, plus I needed async event management: https://github.com/kaviarjs/core/blob/master/src/models/EventManager.ts

  • fancy-emitter

    A new take on JavaScript's EventEmitter class. Makes use of types and the newest JS features.

  • I wrote one a while back called [Fancy Emitter](https://github.com/mothepro/fancy-emitter) which is async as well. The most popular, but fairly heavy, one is probably rxjs

  • 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
  • Angular-Utils

    A set of utils for Angular projects.

  • If you need an RxJS-based EventBus for Angular, you can look at my implementation https://github.com/vakhramoff/Angular-Utils/blob/master/projects/angular-utils/src/lib/services/event-bus/

  • carbon

    :black_heart: Create and share beautiful images of your source code

  • I used https://carbon.now.sh/

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

  • Recommend 12 free productivity tools! Make your work more effective with less effort!

    2 projects | dev.to | 10 Apr 2024
  • Carbon, a great way to create images of your code

    1 project | news.ycombinator.com | 29 Feb 2024
  • Debounce Solution

    1 project | dev.to | 6 Feb 2024
  • Why does my solution to "Reorder List" problem causes a cycle in the linked list

    1 project | /r/leetcode | 9 Jul 2023
  • Top 6 Tools to Create Beautiful Images Of Your Code Snippets

    1 project | dev.to | 7 Jul 2023