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 β
Proposal-decorators Alternatives
Similar projects and alternatives to proposal-decorators
-
-
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.
-
-
-
Nest
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript π
-
-
-
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.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
proposal-record-tuple
Discontinued ECMAScript proposal for the Record and Tuple value types. | Stage 2: it will change!
-
-
-
-
proposal-class-fields
Discontinued Orthogonally-informed combination of public and private fields proposals
-
InversifyJS
A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
proposal-decorators discussion
proposal-decorators reviews and mentions
-
Exploring the Capabilities of ECMAScript Decorators in Depth
TC39 Decorators Proposal
-
The Teal Programming Language
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
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.
π Where it stands: Now in Stage 3, meaning itβs closer to being finalized. TC39 Proposal
-
A Comprehensive Exploration of JavaScript Decorators
For further exploration: TC39 Proposal on Decorators Reflect Metadata API
-
Composing JavaScript Decorators
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
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
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.
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
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
Stats
Popular Comparisons
- proposal-decorators VS arktype
- proposal-decorators VS openapi-typescript
- proposal-decorators VS remult
- proposal-decorators VS proposal-class-fields
- proposal-decorators VS proposals
- proposal-decorators VS proposal-decorator-metadata
- proposal-decorators VS nestjs-auth
- proposal-decorators VS reflect-metadata
- proposal-decorators VS reflex-metadata-SCKS
- proposal-decorators VS InversifyJS