The Next Exciting JavaScript Feature: Records & Tuples by Nicolò Ribaudo | JSConf Korea 2022

preview_player
Показать описание
"Records & Tuples" is a new ECMAScript proposal that brings two new immutable primitives to the language: what do they look like, what capabilities do they bring, and when will you finally be able to use them?


Nicolò is an Open Source Developer, a maintainer of Babel — the JavaScript compiler — and a contributor to different JavaScript tools. They are a TC39 delegate, and they helped develop different TC39 proposals over the years. When offline, he is a math student in Turin, Italy.
Рекомендации по теме
Комментарии
Автор

Thank You so much ..!! Eagerly waiting for new two ECMAScript immutable primitives.

aaryansj
Автор

For those so interested—aspects of the Records and Tuples proposal have been a frequent topic in Agoric's SES design meetings, very interesting to watch this stuff get hammered out

_SES Meeting: Records, Tuples, Symbols as weak keys, ShadowRealm in HTML_

disk__
Автор

I don't know when but I'll definitely use these at some point, exciting developments for JS.

BogacGuven