Hacker News new | ask | show | jobs
by brundolf 1206 days ago
(At least in React) the JSX gets transpiled to function calls, which are then run at render time with a particular set of data. That first transpilation step will always come out the same and can be cached.