proposal-decorators

Decorators for ES6 classes (by tc39)

Proposal-decorators Alternatives

Similar projects and alternatives to proposal-decorators

  1. React

    The library for web and native user interfaces.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  4. deno

    A modern runtime for JavaScript and TypeScript.

  5. Nest

    369 proposal-decorators VS Nest

    A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript πŸš€

  6. proposal-pipeline-operator

    A proposal for adding a useful pipe operator to JavaScript.

  7. proposal-type-annotations

    ECMAScript proposal for type syntax that is erased - Stage 1

  8. Sequelize

    Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB (v6), DB2 and DB2 for IBM i.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. proposal-record-tuple

    Discontinued ECMAScript proposal for the Record and Tuple value types. | Stage 2: it will change!

  11. proposal-pattern-matching

    Pattern matching syntax for ECMAScript

  12. arktype

    TypeScript's 1:1 validator, optimized from editor to runtime

  13. proposals

    Tracking ECMAScript Proposals

  14. proposal-class-fields

    Discontinued Orthogonally-informed combination of public and private fields proposals

  15. InversifyJS

    A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.

  16. TypeGraphQL

    Create GraphQL schema and resolvers with TypeScript, using classes and decorators!

  17. tsyringe

    Lightweight dependency injection container for JavaScript/TypeScript

  18. pallene

    Pallene Compiler

  19. openapi-typescript

    Generate TypeScript types from OpenAPI 3 specs

  20. typedi

    8 proposal-decorators VS typedi

    Simple yet powerful dependency injection tool for JavaScript and TypeScript.

  21. remult

    Full-stack CRUD, simplified, with SSOT TypeScript entities

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better proposal-decorators alternative or higher similarity.

proposal-decorators discussion

Log in or Post with

proposal-decorators reviews and mentions

Posts with mentions or reviews of proposal-decorators. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-05-15.
  • Exploring the Capabilities of ECMAScript Decorators in Depth
    1 project | dev.to | 10 Jun 2025
    TC39 Decorators Proposal
  • The Teal Programming Language
    17 projects | news.ycombinator.com | 15 May 2025
    Minor nitpick: decorators are still in "stage 3". Not formally part of ECMAScript standard yet.[1]

    Anyway, that has not stopped large parts of the JavaScript ecosystem -- notably Angular -- from using an experimental variant of decorators, such as the one provided by TypeScript.

    [1] https://github.com/tc39/proposal-decorators

  • Svelte5: A Less Favorable Vue3
    6 projects | news.ycombinator.com | 8 Mar 2025
    Yeah it works fine with the latest sveltekit. You do need to set { esbuild: target: "es2022" } in the vite config to enable JS decorators but that isn't specific to svelte. These aren't TS decorators, they're ecmascript decorators (https://github.com/tc39/proposal-decorators) which are at stage 3 and being adopted by JS runtimes.

    Under the hood the class is just creating a hidden property with $state({}) and the accessors are reading/writing to that property. Since $state() creates a deeply reactive object it acts the same as marking individual fields with $state().

  • Modern JavaScript Patterns You’ll Want to Use in 2025.
    2 projects | dev.to | 25 Feb 2025
    πŸ“Œ Where it stands: Now in Stage 3, meaning it’s closer to being finalized. TC39 Proposal
  • A Comprehensive Exploration of JavaScript Decorators
    1 project | dev.to | 11 Dec 2024
    For further exploration: TC39 Proposal on Decorators Reflect Metadata API
  • Composing JavaScript Decorators
    1 project | dev.to | 9 Jul 2024
    The Decorators Proposal on GitHub and my previous article on decorators already do a great job of breaking down the basic use-cases of decorators. My goal isn't to recreate those examples there, but instead to highlight some lesser-known features and interactions. Additionally, I'll highlight how to compose or chain multiple decorators on a single class property.
  • The Magic of JavaScript Decorators: Enhancing Classes and Methods
    1 project | dev.to | 25 Jun 2024
    To learn more about decorators, refer to the TC39 Decorators Proposal and explore frameworks and libraries that implement this feature.
  • Scaffolding API projects easily with oak-routing-ctrl
    2 projects | dev.to | 20 Jun 2024
    First we have a set of TypeScript Decorators (conforming to TC39 proposal) that makes it straightforward to declare API endpoints & assign it to a handler function in a few lines of code:
  • The long path of JavaScript - from ES6 until today.
    4 projects | dev.to | 25 May 2024
    Although decorators are not yet available in JavaScript, they are actively used with the help of such transpilers as TypeScript, Babel and Webpack. Currently, the decorators proposal is in Stage 3, which means it is getting closer to being a part of native JavaScript. Decorators are the functions, that are called on other JavaScript elements, such as classes, class elements, methods, or other functions, by adding an additional functionality on those elements.
  • Making Web Component properties behave closer to the platform
    9 projects | dev.to | 21 Jan 2024
    Because many rules are common to many attributes (the coerceType operation is defined by WebIDL, or using similar rules, and the HTML specification defines a handful of microsyntaxes for the parseValue and stringifyValue operations), those could be packaged up in a helper library. And with decorators coming to ECMAScript (and already available in TypeScript), those could be greatly simplified:
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 12 Jun 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more β†’

Stats

Basic proposal-decorators repo stats
73
2,857
3.3
9 months ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com