
Streaming AI responses is one of the easiest ways to improve UX. Here’s how to implement it in a Next.js app using the Vercel AI SDK—typing effect, reasoning, and all.

Learn how React Router’s Middleware API fixes leaky redirects and redundant data fetching in protected routes.

A developer’s retrospective on creating an AI video transcription agent with Mastra, an open-source TypeScript framework for building AI agents.

Learn how TanStack DB transactions ensure data consistency on the frontend with atomic updates, rollbacks, and optimistic UI in a simple order manager app.
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?