Compiladores, Interfaces de Usuario y el Resto de Nosotros

Bookmark
Rate this content

Los compiladores han sido vistos durante mucho tiempo como uno de los temas más complejos en la ciencia de la computación. Hoy en día, los frameworks web están evolucionando de bibliotecas de tiempo de ejecución a compiladores de optimización y remodelando cómo construimos interfaces de usuario. Diferentes temas en el desarrollo front-end—por ejemplo, la programación reactiva—están experimentando ahora esta era impulsada por conocimientos basados en análisis estático.

Esta charla explorará cómo los compiladores modernos de UI están redefiniendo el rendimiento y la experiencia del desarrollador. Discutiremos cómo se diseñan algunos compiladores y diferentes soluciones de código abierto — incluyendo el React Compiler, Million.js, Svelte, y Marko, así como aplicaciones empresariales, y el creciente papel de los compiladores en la automatización de tareas.

¡Al final de la sesión, probablemente serás optimista sobre un futuro donde los compiladores entiendan todo nuestro código y descarguen una gran parte de nuestra carga mental relacionada con tareas manuales!

This talk has been presented at JSNation US 2025, check out the latest edition of this JavaScript Conference.

Matheus Albuquerque
Matheus Albuquerque
29 min
17 Nov, 2025

Comments

Sign in or register to post your comment.
Video Summary and Transcription
El ponente compartió una historia sobre la creación de un lenguaje inspirado en Haskell para etiquetadoras Zebra usando un compilador. Discutió la evolución de los frameworks JS en compiladores, enfocándose en las técnicas avanzadas del compilador de React. Destacó el papel de los compiladores en la programación reactiva y la optimización de código. Exploró los desafíos en la migración a gran escala usando herramientas como tsmorph y QuickType. Enfatizó la importancia de los compiladores en el desarrollo de interfaces de usuario y las decisiones de arquitectura de software. Abordó el futuro de las herramientas front-end, la adopción de Web Assembly y la importancia de la experimentación con herramientas para el éxito de los proyectos.
Video transcription and chapters available for users with access.

Check out more articles and videos

We constantly think of articles and videos that might spark Git people interest / skill us up or help building a stellar career

El Estado de la Web
JSNation 2025JSNation 2025
32 min
El Estado de la Web
Sasha Grief discusses the state of the web through web development surveys, leading to an interactive quiz about the state of JS and usage of front end frameworks. Discussion on popular front-end libraries like React, Vue, Angular, and the rising popularity of TypeScript among developers in recent surveys. Discussion on TypeScript adoption, TC39 committee proposals, favorite CSS feature 'has,' and browser support for 'has' selector. Browser interoperability, browser vendors' initiatives, AI usage among web developers, and survey insights. Job titles linked to higher income, diversity of survey topics, top hobby among developers, and popular specific video games. Learnings on CSS features, TypeScript default, AI usage, survey benefits, challenges in reaching diverse survey participants. Surprising positivity in JavaScript usage, stable framework landscape, AI adoption challenges, mainstream AI tools, successful situp.js survey. Inconsistent respondent numbers, manual data normalization efforts, subjective question selection process, community input, mitigation of selection bias. Reason for starting surveys, transition from Meteor JS, exploration of JavaScript ecosystem.
Remix: Abrazando los estándares web para redefinir el desarrollo web moderno
React Advanced 2023React Advanced 2023
26 min
Remix: Abrazando los estándares web para redefinir el desarrollo web moderno
Top Content
Remix is a web development framework that combines the scalability of server-rendered frameworks with the flexibility of React. It prioritizes web standards and best practices for security. Remix streamlines development with web standards like URLs, fetch API, HTML, and HTTP caching. It simplifies data handling through HTML forms and HTTP, improving user experience. Httpication in Remix reduces server load and speeds up response time, while global search and Storyblock make building complex websites easier.
¿Qué es "TC39: Type Annotations" también conocido como la propuesta de Tipos como Comentarios
TypeScript Congress 2023TypeScript Congress 2023
27 min
¿Qué es "TC39: Type Annotations" también conocido como la propuesta de Tipos como Comentarios
Top Content
The TC59 Type Annotations proposal, also known as Types with Comments, introduces the ability to run typed code in JavaScript. It aims to bring TypeScript back into JavaScript and create a separation between type system and runtime. TypeScript's popularity is on par with JavaScript, raising concerns about the influence of Microsoft. The proposal progresses by addressing runtime interaction and token soup in type specifications. Research, community involvement, and quantifying the effects of supporting this comment style are important goals.
Temporal: El Curioso Incidente de la Noche Equivocada
JSNation 2025JSNation 2025
25 min
Temporal: El Curioso Incidente de la Noche Equivocada
Speaker's involvement in Temporal proposal and TC39 meetings for JavaScript standardization. Date conversion challenges faced in development. Addressing time zone discrepancies with Temporal to prevent bugs. Exploration of Temporal types and design philosophy. Usage of Java's time zone serialization in JavaScript Temporal. Challenges in implementing Temporal proposal and its transformative potential in ECMAScript.
Superpoderes de la API Web del navegador
React Advanced 2023React Advanced 2023
23 min
Superpoderes de la API Web del navegador
Today's Talk explores various Web APIs and their functionalities, including the Intersection Observer API for element visibility, the Network API for connection detection, and the Background Sync API for offline capabilities. The Broadcast Channel API enables communication between components and the Beacon, Web Speech, Web Share, Screen Awake Lock, Page Visibility, Background Fetch, and Web Authentication APIs offer additional functionalities. These standardized APIs work across browsers and can improve performance while reducing electricity consumption.
Notificaciones Push Web Bien Hechas
JSNation 2023JSNation 2023
11 min
Notificaciones Push Web Bien Hechas
Let's talk about web push notifications and their benefits. Web push notifications have higher opt-in and click rates compared to traditional methods. The web push API should be used responsibly, with subscription requests initiated only after explicit user action. Improve engagement by using emojis in notifications. Connect with the speaker on LinkedIn for more information about the web push API.