Exploring the Possibilities of Native JavaScript Decorators – Frontend Masters Boost

August 13, 2024

We’ve known it for a while now, but JavaScript is eventually getting native support for decorators. The proposal is in stage 3 — it’s inevitable! I’m just coming around to explore the feature, and I’m kinda kicking myself for waiting so long, because I’m finding it to be tremendously helpful. Let’s spend some time exploring it.

Source: Exploring the Possibilities of Native JavaScript Decorators – Frontend Masters Boost

Kristen Hewell Garrett covered decorators way back in 2022 at Global Scope. Here Alex Macarthur look at their use and syntax.