What does @ xxx in js mean?

problem description

for example, the following code:

@one()
class FaqDetail extends Component {}
What does this mean by asking for a detailed explanation? What does it do? why should there be a comment on the class?

Mar.29,2021

decorator, just some time ago, I wrote an article:
https://codeshelper.com/a/11.

.

you can take a look at:)

Menu