Seleccionar página
Mastering UIs with Finite State Machines por Rubén Sospedra

Mastering UIs with Finite State Machines por Rubén Sospedra

Did you ever feel like monkey patching your UI component? Adding too many if/else, handling a lot of complexity or hacking several non-desired side effects. Did you ever have a problem with double-clicking an async button? Fetching multiple times the same resource in...
Mastering UIs with Finite State Machines por Rubén Sospedra

3D virtual puppet remote controlled with smartphone por Gorka Ludlow

I will describe the process and challenges when I undertook the development of Puppets (https://github.com/AquiGorka/puppets). There are two parts to this app: A webapp that renders a WebGL scene using ThreeJS where a virtual marionette is drawn. The body parts are...
Mastering UIs with Finite State Machines por Rubén Sospedra

Escribiendo Service Workers con Workbox por Pablo Magaz

Los serviceWorker son sin duda el corazón de las, cada vez más populares Progressive Web Apps. Workbox es la librería creada por Google que simplifica de forma notable la escritura de service workers mediante una API potente y sencilla. A lo largo de la charla veremos...
Mastering UIs with Finite State Machines por Rubén Sospedra

¿Cómo funciona un Virtual DOM? por Rubén Valseca

Utilizado por las librerías mas famosas como React y Vue, el Virtual DOM sigue siendo una de las partes mas ocultas y “mágicas” dentro de las mismas. Su principal labor es aumentar el rendimiento de nuestra aplicación a través de un renderizado más...