logoalt Hacker News

bastawhizyesterday at 3:37 PM1 replyview on HN

When you compile JSX to JavaScript, it produces a series of function calls representing the structure of the JSX. In a recent major version, React added a new set of functions which are more efficient at both runtime and during transport, and don't require an explicit import (which helps cut down on unnecessary dependencies).


Replies

silverwindyesterday at 11:49 PM

You mean the automatic runtime introduced in 2020. It does not have any impact on the performance, it's just a pure developer UX improvement.

show 1 reply