What is the difference between stage 0 and stage 4 phase of JS changes with respect to TC39 Process of JS implementation.
Which stage code is recommended for writing production code.
P.S: I can use babel preprocessor.
What is the difference between stage 0 and stage 4 phase of JS changes with respect to TC39 Process of JS implementation.
Which stage code is recommended for writing production code.
P.S: I can use babel preprocessor.
To be honest, it is really depends on yourself.
As you can see, you can only be sure that a feature will be included in the standard once its proposal has reached stage 4. Then its inclusion in the next ECMAScript release is probable, but not 100% sure, either (it may take longer).
Object.observe
is an example of an ECMAScript proposal that had progressed until stage 2, but was ultimately withdrawn.
© 2022 - 2024 — McMap. All rights reserved.