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

1.1KMembers
Upcoming Presentations
Cover Photo for From One App to Many: Scaling Frontend with Domain‑Driven Architecture

From One App to Many: Scaling Frontend with Domain‑Driven Architecture

How we transformed a React monolith into multiple apps inside one codebase.

You always start small: one product, one team, one stakeholder. But once you succeed and need to scale, your original frontend architecture might not be ready for what comes next. As our Sales Process Orchestration Platform expanded to support multiple products and sales channels, our original monolithic application became a bottleneck.
In this talk, I'll share how we transitioned to a domain‑driven, multi‑app architecture while deliberately keeping a single React codebase. You'll see how we applied Domain‑Driven Design concepts on the frontend, structured clear boundaries between sales channels, and used Nx to orchestrate builds, enforce architecture rules, and keep teams moving independently without losing shared foundations.

Natalia Dmitrieva
Cover Photo for The Fourth Platform: How Vega Got Us Surprisingly Close to "Write Once, Run Everywhere"

The Fourth Platform: How Vega Got Us Surprisingly Close to "Write Once, Run Everywhere"

"Write once, run everywhere" is a promising goal in software development, but one that often breaks down under real-world problems. At Zattoo, building streaming applications across Android, Apple, and Web meant years of separate native stacks that were not aligned, and therefore did not scale. This talk explains how moving to a multiplatform architecture, enabled by Vega as a fourth (React Native first platform), brought us very close to achieving that goal.

Bogdan Plieshka
Cover Photo for React Native in 2026: Not Your Daddy’s React Native

React Native in 2026: Not Your Daddy’s React Native

React Native has changed a bunch, and if you haven't looked at it lately you're in for some fun. We'll walk through building a real app with (my beloved 😍) Expo. Talk about project setup to app store submission with detours into AI-assisted development and ofc, talk about the casual masochism that is mobile dev.

Conor Lamp
Other 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
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

1.1KMembers
Upcoming Presentations
Cover Photo for From One App to Many: Scaling Frontend with Domain‑Driven Architecture

From One App to Many: Scaling Frontend with Domain‑Driven Architecture

How we transformed a React monolith into multiple apps inside one codebase.

You always start small: one product, one team, one stakeholder. But once you succeed and need to scale, your original frontend architecture might not be ready for what comes next. As our Sales Process Orchestration Platform expanded to support multiple products and sales channels, our original monolithic application became a bottleneck.
In this talk, I'll share how we transitioned to a domain‑driven, multi‑app architecture while deliberately keeping a single React codebase. You'll see how we applied Domain‑Driven Design concepts on the frontend, structured clear boundaries between sales channels, and used Nx to orchestrate builds, enforce architecture rules, and keep teams moving independently without losing shared foundations.

Natalia Dmitrieva
Cover Photo for The Fourth Platform: How Vega Got Us Surprisingly Close to "Write Once, Run Everywhere"

The Fourth Platform: How Vega Got Us Surprisingly Close to "Write Once, Run Everywhere"

"Write once, run everywhere" is a promising goal in software development, but one that often breaks down under real-world problems. At Zattoo, building streaming applications across Android, Apple, and Web meant years of separate native stacks that were not aligned, and therefore did not scale. This talk explains how moving to a multiplatform architecture, enabled by Vega as a fourth (React Native first platform), brought us very close to achieving that goal.

Bogdan Plieshka
Cover Photo for React Native in 2026: Not Your Daddy’s React Native

React Native in 2026: Not Your Daddy’s React Native

React Native has changed a bunch, and if you haven't looked at it lately you're in for some fun. We'll walk through building a real app with (my beloved 😍) Expo. Talk about project setup to app store submission with detours into AI-assisted development and ofc, talk about the casual masochism that is mobile dev.

Conor Lamp
Other 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