June 13 - 17, 2025
React Summit
Amsterdam & Online

React Summit 2025

The biggest React conference worldwide

Full remote ticket included with Multipass.
React Summit is an annual conference on all things React, gathering thousands of Front-end and Full-stack engineers from around the world.
Beyond Maps: Crafting Immersive Geospatial Experiences with React and deck.gl
Upcoming
Beyond Maps: Crafting Immersive Geospatial Experiences with React and deck.gl
Unlock the potential of geospatial data by combining React and deck.gl to create immersive web applications. This talk will demonstrate how to transform complex datasets into interactive, high-performance visualizations that captivate users. Whether you’re working on urban planning, environmental monitoring, or storytelling, learn how to elevate your projects with cutting-edge mapping technologies.
T3Boy: Making Accurate Game Boy Emulation Accessible with Next.js and WASM
Upcoming
T3Boy: Making Accurate Game Boy Emulation Accessible with Next.js and WASM
TiKevin83 details how he used next.js and webassembly (WASM) to port a speedrun-accurate Game Boy emulator onto the web. Topics include using emscripten to compile a C library into a WASM module, interfacing with a WASM module from a Next.js site, video and audio playback onto the canvas and audio APIs from a WASM module, and nuances of web control schemes especially in implementing multi-touch input.
Scaling React Apps with Parallelism: Patterns for Multi-Threaded UIs
Upcoming
Scaling React Apps with Parallelism: Patterns for Multi-Threaded UIs
Unlock the full potential of modern web applications with multi-threaded architectures in React. This session explores strategies for leveraging Web Workers and OffscreenCanvas to parallelise data processing, heavy computations, and UI rendering. We'll discover how to create interfaces that are scalable and unrestricted by conventional JavaScript bottlenecks.