Cover Photo for React Berlin
Primary Photo for React Berlin

React Berlin

React Berlin is a local meetup and community about all things related to the Ecosystem behind React(.js) and React Native. Based in Berlin, but open to international speakers and attendees.

Meetup organization is a joint work of local React enthusiasts and React Day Berlin conference

If you're an event organizer, or React enthusiast willing to collaborate, please reach us by mail, we're open to any kind of partnership - hi@reactday.berlin.

To propose a talk, or a venue, please fill in the corresponding forms, and we will reach you!

Call for speakershttps://forms.gle/ptpR6b1eLZ6WcZgi7

Venue proposal form: https://shorturl.at/nor23

By joining this group you agree to comply to our Code of Conduct

1K Members
Upcoming Presentations
Cover Photo for Webstorm Developer Experience Research, Figma and Storybook Integrations

Webstorm Developer Experience Research, Figma and Storybook Integrations

WebStorm IDE is researching developer experience flow state. We found that developers feel it is not productive alt-tabbing between IDE/ AI Agents, Figma and browsers trying to spot if everything matches. It’s a manual process that doesn’t scale when we are getting faster with AI. It's too late if these visual bugs hit a PR review, you've already lost the context needed to fix them without taxing your head space.

Is it possible or even desired to pull this validation directly into the development loop?
We'd like to show you our prototype on how we would like to combine the Figma Plugin APIs, WebStorm and Vitest Browser Mode to automate these checks while you code.

Craig Walker
Cover Photo for Can SVG Be Fast? Rendering a Scatter Chart With Over 10K Points

Can SVG Be Fast? Rendering a Scatter Chart With Over 10K Points

In this talk, we’ll explore the performance limits of SVG when rendering scatter charts with thousands of data points, based on our experience at MUI X Charts. You’ll learn how to identify bottlenecks, performance measuring tricks, and the techniques we use to optimize rendering.

Bernardo Belchior
Cover Photo for Semantic Caching for Your Agent Chat

Semantic Caching for Your Agent Chat

In this talk, we'll dive into Client-Side Semantic Caching. I'll show you how to intercept user prompts in the browser, run a tiny open-source AI model locally to understand the "meaning" of the text, and serve previously cached answers instantly. We will look at real code using Transformers.js and IndexedDB to drop your AI latency to 0ms, save API tokens, and build a greener web

Burak Güneli
Other Presentations
Cover Photo for Building Cross-Platform Agentic UI at Superhuman

Building Cross-Platform Agentic UI at Superhuman

Recently, Superhuman (formerly Grammarly) launched Superhuman Go, an AI assistant that works alongside you on every platform. To build it, we needed a scalable solution that supports an unlimited number of agents that dynamically shapes the user interface and looks similar across all supported desktop and mobile platforms. Join me to find out how we discovered solutions for this innovative new product.

Oleksii Levzhynskyi
Cover Photo for A Triplestore-Powered BaaS: Real-Time Collaboration Without the Backend

A Triplestore-Powered BaaS: Real-Time Collaboration Without the Backend

Backend-as-a-Service platforms promise simplicity, but often lock developers into complex APIs authorization rules. What if your frontend could directly manage data, authorization, and collaboration - without domain-specific backend code?

In this talk, Oliver shares how he built a triplestore-based BaaS to power real-time collaboration in his side project MonsterWriter, and how the approach grew into an independent open-source project. We’ll see how LinkedRecords.com enables fine-grained authorization, simplifies real-time collaboration, and supports a Bring Your Own Backend model that gives organizations more control over their data and vendor relationships. It is also shown how global state management becomes a lot easier in React apps.

Oliver Wolf
Cover Photo for Modernizing Your React App: Compiler, useEffectEvent, Activity & Friends

Modernizing Your React App: Compiler, useEffectEvent, Activity & Friends

React has changed a lot in the last year: React 19, 19.1 and now 19.2 brought a stable React Compiler, new hooks like useEffectEvent, the <Activity /> API, and better SSR primitives such as Partial Pre-rendering. And more

In this talk we’ll take a demo React app that’s full of effects, memoization and “old school” patterns, and modernize it step by step.

Vitor Alencar
Cover Photo for React Berlin
Primary Photo for React Berlin

React Berlin

React Berlin is a local meetup and community about all things related to the Ecosystem behind React(.js) and React Native. Based in Berlin, but open to international speakers and attendees.

Meetup organization is a joint work of local React enthusiasts and React Day Berlin conference

If you're an event organizer, or React enthusiast willing to collaborate, please reach us by mail, we're open to any kind of partnership - hi@reactday.berlin.

To propose a talk, or a venue, please fill in the corresponding forms, and we will reach you!

Call for speakershttps://forms.gle/ptpR6b1eLZ6WcZgi7

Venue proposal form: https://shorturl.at/nor23

By joining this group you agree to comply to our Code of Conduct

1K Members
Upcoming Presentations
Cover Photo for Webstorm Developer Experience Research, Figma and Storybook Integrations

Webstorm Developer Experience Research, Figma and Storybook Integrations

WebStorm IDE is researching developer experience flow state. We found that developers feel it is not productive alt-tabbing between IDE/ AI Agents, Figma and browsers trying to spot if everything matches. It’s a manual process that doesn’t scale when we are getting faster with AI. It's too late if these visual bugs hit a PR review, you've already lost the context needed to fix them without taxing your head space.

Is it possible or even desired to pull this validation directly into the development loop?
We'd like to show you our prototype on how we would like to combine the Figma Plugin APIs, WebStorm and Vitest Browser Mode to automate these checks while you code.

Craig Walker
Cover Photo for Can SVG Be Fast? Rendering a Scatter Chart With Over 10K Points

Can SVG Be Fast? Rendering a Scatter Chart With Over 10K Points

In this talk, we’ll explore the performance limits of SVG when rendering scatter charts with thousands of data points, based on our experience at MUI X Charts. You’ll learn how to identify bottlenecks, performance measuring tricks, and the techniques we use to optimize rendering.

Bernardo Belchior
Cover Photo for Semantic Caching for Your Agent Chat

Semantic Caching for Your Agent Chat

In this talk, we'll dive into Client-Side Semantic Caching. I'll show you how to intercept user prompts in the browser, run a tiny open-source AI model locally to understand the "meaning" of the text, and serve previously cached answers instantly. We will look at real code using Transformers.js and IndexedDB to drop your AI latency to 0ms, save API tokens, and build a greener web

Burak Güneli
Other Presentations
Cover Photo for Building Cross-Platform Agentic UI at Superhuman

Building Cross-Platform Agentic UI at Superhuman

Recently, Superhuman (formerly Grammarly) launched Superhuman Go, an AI assistant that works alongside you on every platform. To build it, we needed a scalable solution that supports an unlimited number of agents that dynamically shapes the user interface and looks similar across all supported desktop and mobile platforms. Join me to find out how we discovered solutions for this innovative new product.

Oleksii Levzhynskyi
Cover Photo for A Triplestore-Powered BaaS: Real-Time Collaboration Without the Backend

A Triplestore-Powered BaaS: Real-Time Collaboration Without the Backend

Backend-as-a-Service platforms promise simplicity, but often lock developers into complex APIs authorization rules. What if your frontend could directly manage data, authorization, and collaboration - without domain-specific backend code?

In this talk, Oliver shares how he built a triplestore-based BaaS to power real-time collaboration in his side project MonsterWriter, and how the approach grew into an independent open-source project. We’ll see how LinkedRecords.com enables fine-grained authorization, simplifies real-time collaboration, and supports a Bring Your Own Backend model that gives organizations more control over their data and vendor relationships. It is also shown how global state management becomes a lot easier in React apps.

Oliver Wolf
Cover Photo for Modernizing Your React App: Compiler, useEffectEvent, Activity & Friends

Modernizing Your React App: Compiler, useEffectEvent, Activity & Friends

React has changed a lot in the last year: React 19, 19.1 and now 19.2 brought a stable React Compiler, new hooks like useEffectEvent, the <Activity /> API, and better SSR primitives such as Partial Pre-rendering. And more

In this talk we’ll take a demo React app that’s full of effects, memoization and “old school” patterns, and modernize it step by step.

Vitor Alencar

Get in touch!

hi@guild.host