You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has been discussed in the past and I know that CRA consciously tries to only support stable features.
However the lack of optional chaining and null coalescing have long been one of the major pain points of JavaScript and the proposal recently hit stage 2. Would adding it to CRA be worth some consideration?
The text was updated successfully, but these errors were encountered:
We generally don't support stage 2 proposals as they still might change. We support some stage 3 proposals on a case by case basis. I personally love optional chaining but because it's still only stage 2 I don't think we should include it. I would be happy to add it once it reaches stage 3.
Agreed with @iansu. There's been a few notable examples of proposals changing quite drastically during the early stages. We should consider once it progresses further (I can't wait for this feature either!).
This has been discussed in the past and I know that CRA consciously tries to only support stable features.
However the lack of optional chaining and null coalescing have long been one of the major pain points of JavaScript and the proposal recently hit stage 2. Would adding it to CRA be worth some consideration?
The text was updated successfully, but these errors were encountered: