
Learn how ChatGPT’s new browser Atlas fits into a frontend developer’s toolkit, including the debugging and testing process.

Users don’t think in terms of frontend or backend; they just see features. This article explores why composition, not reactivity, is becoming the core organizing idea in modern UI architecture.

Discover what’s new in The Replay, LogRocket’s newsletter for dev and engineering leaders, in the November 19th issue.

Jack Herrington writes about how React 19.2 rebuilds async handling from the ground up with use(),
Would you be interested in joining LogRocket's developer community?
Join LogRocket’s Content Advisory Board. You’ll help inform the type of content we create and get access to exclusive meetups, social accreditation, and swag.
Sign up now
6 Replies to "New and potential ES2019 JavaScript features every developer should be excited about"
Great overview of these new features! I’m excited for them!
There’s a tiny typo for String.trimEnd. The header of the section is missing the “d”: String.trimEn
This is a well-compiled list. Nice work!
The article’s title is misleading. How can you refer to features that are still in proposal stages with TC39 as “ES2019 JavasScript Features”? One of them is only at Stage 1!!!
Correct me if I’m mistaken, but I believe your `String.trimEnd()` example is incorrect (the sample output is trimming spaces off both sides).
No it doesn’t trim spaces from both ends, just from the end of the string.
Yea that one, although very hotly awaited, is like a throw-in from the future, should perhaps be a bonus item at the end?