iti VS proposal-decorators

Compare iti vs proposal-decorators and see what are their differences.

iti

~1kB Dependency Injection Library for Typescript and React with a unique support of async flow (by molszanski)
SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured
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
featured
iti proposal-decorators
6 73
152 2,865
2.0% 0.3%
3.2 3.3
8 months ago 10 months ago
TypeScript
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

iti

Posts with mentions or reviews of iti. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-14.

proposal-decorators

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:

What are some alternatives?

When comparing iti and proposal-decorators you can also consider the following projects:

fold - IoC container with all required goodies to write flexible node applications

remult - Full-stack CRUD, simplified, with SSOT TypeScript entities

genioc - Bloat-free and magical IoC-container for Typescript based on code-generation

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

ExpressBeans - ExpressBeans is a lightweight IoC Container (Inversion of Control Container) that allow a clean java-like code organization.

openapi-typescript - Generate TypeScript types from OpenAPI 3 specs

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured
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
featured

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?