typescript1.8 - Typescript Decorators state -
typescript version: 1.8
hello,
we have case use typescript decorators in our project there next lines in https://www.typescriptlang.org/docs/handbook/decorators.html:
decorators stage 1 proposal javascript , available experimental feature of typescript.
note decorators experimental feature may change in future releases.
so have next questions:
1) decorators' syntax changed in future?
2) use decorators production?
will decorators' syntax changed in future?
it may. although seems unlikely @ stage due prevalence.
could use decorators production?
i use them third party libraries time (e.g. @connect
in redux). weary create them myself (the burden on creator) 🌹
Comments
Post a Comment