React Day Berlin | Tech Conference
banner
reactdayberlin.gitnation.org
React Day Berlin | Tech Conference
@reactdayberlin.gitnation.org
Meet React heroes on December 13 & 16 in Berlin & Online 🌍

👥 45+ speakers
🛠️ 10+ workshops
💻 16+ tech topics covered
👨‍💻 800+ devs attending

Don’t miss it: https://reactday.berlin/
Pinned
It’s time to share... PHOTOS📸

React Day Berlin is buzzing with holiday cheer🎄
From the MCs in festive sweaters❤️to the warm congratulations all around, the atmosphere is filled with joy.

Save this link: photos.app.goo.gl/dsSwt1y6qCKA...
🚀 What an incredible night at #ReactBerlinMeetup!

🎤 Huge thanks to Anastasiia Mihal, Ruslan Zharkov and Bogdan Plieshka for their inspiring talks!

🙌 Special shoutout to our hosts Bogdan Plieshka & Kim Ngan Le Dang and our support team - Arun Pariyar & Ravindra Chhetri.

See you next time!😎
April 15, 2025 at 3:09 PM
Check out the insightful talk by @steveruizok.bsky.social on the viral AI experiment "Make Real" at the past conference. Learn about the #React rollercoaster ride and the behind-the-scenes perspective.
https://gitnation.com/contents/make-real-tldraws-accidental-ai-play
Make Real: Tldraw’s Accidental AI Play by Steve Ruiz
I'm Steve Ruiz, the founder and CEO of Tealdraw. TLDR is a canvas app in React that allows developers to build with their SDK. TLDR pays attention to details that enhance the canvas experience and can be used to interact with different elements. TLDR's demos showcase its versatility, but may not perform well on social media. TLDR's AI collaboration features allow users to quickly turn their drawings into AI-generated images. The Make Real project helps users create user interfaces by drawing and providing prompts, generating working prototypes. The system behind Make Real can handle complex interactions and ambitious projects. OpenAI integration and the Steel Draw Computer enable building workflows and multi-stage generations. The goal is to bring the Canvas from being specialized to a primitive for the web. Teal Draw is free for open source and non-commercial use, with options to purchase licenses for additional features.
gitnation.com
April 8, 2025 at 2:00 PM
Incredible insights from @neogoose.bsky.social at the past conference talk on #Rust, #React, #Rescript, and #wasm integration for high-performance video rendering with http://fframes.studio!
https://gitnation.com/contents/react-via-rust-and-rescript-why-and-how
React via Rust and Rescript: Why and How? by Dmitry Kovalenko
I'm here to talk about Rust and Rescript, languages in the React community that offer interesting possibilities. Writing React in different languages can improve performance and code correctness. TypeScript can be messy and has challenges in Material.UI, while Rescript offers better code quality and type safety. Rescript supports advanced React features and using functions for JavaScript APIs. The power of Rescript and WebAssembly lies in writing better React code and optimizing performance. Integrating SVG into React with Rust provides fast rendering and keeps the structure intact. Learning new languages can improve code quality. Re-script debugging and SVG performance are important considerations. React Server Components and beginner Rescript projects are discussed in the Q&A session.
gitnation.com
April 4, 2025 at 2:00 PM
Great insights from @mbarto.bsky.social on #ReactFlight and #ReactServerComponents. Understanding the new communication protocol behind RSCs is key to unlocking their powerful features.
https://gitnation.com/contents/meet-react-flight-and-become-a-rsc-expert
Meet React Flight and Become a RSC Expert by Mauro Bartolomeoli
My name is Mauro and I work for a company called Doubleloop in Italy. Today, I'm going to share my learning journey through puzzles and challenges related to React Server Components (RSC). RSC allows for server-side rendering and streaming of components. React flight, a protocol used to serialize and share rendering jobs, is a key feature of RSC. RSC can be used without a server, known as React Serverless Components. Using RSC, different types of content can be switched using the useState hook. RSC can be effectively used on a server by starting Node.js with a specific flag. Client-only components recognized by RSC can be executed on the client. React Streaming Components introduces the streaming concept and allows for continuous updates of the page. Advanced features of React Streaming Components include asynchronous rendering, suspense, and recursion. The React Strange Constraints challenge focuses on optimizing rendering by sending the initial page as HTML. The use of a proxy and RS
gitnation.com
April 1, 2025 at 2:00 PM
Astonishing insights from @hunormarton.bsky.social at the past conference talk on utilizing #SVG with #React to create diagrams, graphics, animations, games, and apps. Learn the basics of the syntax at https://svg-tutorial.com/.
https://gitnation.com/contents/svg-tutorialcom
How to Code Images in React with SVG by Hunor Márton Borbély
Today's Talk is about coding images in React with SVGs. SVGs are powerful when combined with JavaScript and can be used to create interactive elements. Understanding SVG syntax and positioning is important, as SVG elements are limited to SVG-specific elements. The circle element in SVG can be styled and used to create shapes. The rectangle element is commonly used for charting and can be customized. The path element offers flexibility and can be built from multiple segments. Transformations and curves can be used to create complex shapes and animations. Bezier curves, both quadratic and cubic, are useful for bending lines and creating smooth transitions. Advanced features like drawing arcs are available in SVG. For more examples and use cases, visit svgtutorial.com.
gitnation.com
March 29, 2025 at 2:00 PM
🌟 Excited to hear @willkle.in discuss winning over product developers and designers with a design system at the past conference talk!
https://gitnation.com/contents/what-makes-a-design-system-win
What Makes a Design System Win by Will Klein
Thank you all for welcoming me here. I am giving a remote talk on testing. The community here is warm and amazing. I hope Marin does well and we hope to see him soon. Six years ago, I joined a big tech company working on improving UX and UI. We released the UX improvement to 60 million users, but overlooked leveraging the design system. Recognizing the importance of the design system, I reached out to the design system manager to address the issue. I proposed solving meeting fatigue and defined my role as an internal developer advocate. Challenges in shipping code for developers and building credibility were discussed. The importance of fostering open communication, supporting users, and expanding workshops was emphasized. Continuing conversations through office hours and release demos improved adoption. Streamlining code updates and celebrating advocacy were key strategies. The speaker now runs a developer tools company called Tool Space.
gitnation.com
March 27, 2025 at 2:00 PM
Meet our
#ReactBerlinMeetup speakers🎙️

• Bogdan Plieshka - Automated Testing Layers in a Multidimensional Monorepo
• Anastasiia Mihal - Mastering UI Complexity
• Ruslan Zharkov - Animations in React and beyond

🔗 Register now: guild.host/events/react...

See you on April 10th! 👋
March 17, 2025 at 2:08 PM
Incredible insights from Yael Balla at the past conference talk on #React caching strategies. Enhance your website performance with effective caching techniques!
https://gitnation.com/contents/mastering-cache-control-optimizing-performance-for-react-applications
Mastering Cache Control: Optimizing Performance for React Applications by Yael Balla - Video recording
Today we're going to talk about utilizing caching to optimize our web application performance. We will discuss caching data and resources outside of our React application, how to control and avoid caching problems, and the benefits of caching for improving web application loading times and reducing server load. We can cache static resources like images, media files, scripts, and CSS, as well as application data like the list of articles or posts. However, we need to be cautious with caching data that may become outdated. The service worker and browser cache can intercept network requests and load responses from their caches. Additionally, headers such as cache control and eTag can be used to control caching behavior. The CDN, a content delivery network, maintains cached resources globally and aims to deliver content efficiently. Different caching points store various types of content, improving performance and enabling offline functionality.
gitnation.com
March 1, 2025 at 2:00 PM
Check out the insightful talk by @micheluzzo.bsky.social on building mobile apps with #ReactNative and #Expo. Learn how to create customized apps quickly and efficiently for a niche user base of two!
https://gitnation.com/contents/build-things-that-dont-scale-at-all
Build Things That Don’t Scale at All by Michele Bonazza - Video recording
My talk is about building things that don't scale. It starts with wanting to use a specific app and then deciding to build your own app. Building something that scales requires thinking about various factors like analytics, monetization, SEO, expansion, localization, and competition. Building fun and non-scalable apps can also be enjoyable. Examples include an app for automatically cropping screenshots and a private chat app. The use of Expo Go as a launcher for Expo apps and hosting servers for auto-updates is discussed. The creation of a Google calendar synchronizer using Expo Development Builds is also mentioned. The final takeaways are to think small, have fun with libraries but avoid using too many, and stay away from the app store for as long as possible. Visit the speaker's website for more information.
gitnation.com
February 26, 2025 at 2:01 PM
🔗Watch this talk recording!
@phry.dev presented "Beyond React Testing Library: Testing React Libraries (and library-like code)" at React Day Berlin!

https://gitnation.com/contents/beyond-react-testing-library-testing-react-libraries-and-library-like-code-2425
February 11, 2025 at 2:00 PM
🔗Watch this talk recording!
@neogoose.bsky.social presented "React via Rust and Rescript: Why and How?" at React Day Berlin!

https://gitnation.com/contents/react-via-rust-and-rescript-why-and-how
February 10, 2025 at 2:00 PM
🔗Watch this talk recording!
Sergey Labuts presented "Critical CSS" at React Day Berlin!

https://gitnation.com/contents/critical-css
February 5, 2025 at 12:19 PM
Reposted by React Day Berlin | Tech Conference
"Never ask if somebody needs help, always ask if they want help." 🤔Join our conversation with @swizec.com, author of the “Senior Engineer Mindset” book, and Dan Ilies, mobile SE & tech content creator.

Check it out: www.youtube.com/watch?v=VXQ3...
January 8, 2025 at 1:38 PM
📣Check out the talk recording "Building Web Applications with Signals at Grammarly" by Oleksii Levzhynskyi!

Watch it here⬇️
gitnation.com/contents/bui...
January 6, 2025 at 10:38 AM
📣Check out the talk recording "Making an Emulator in JavaScript?" by @nikkitaftw.wtf!

Watch it here⬇️
gitnation.com/contents/bui...
December 30, 2024 at 1:30 PM
📣Check out the talk recording "React Query - The Bad Parts" by @tkdodo.eu!

Watch it here⬇️
gitnation.com/contents/rea...
December 27, 2024 at 2:12 PM
Hope you're enjoying this festive holiday season🎄
Happy to share some more photos from our amazing volunteers👇

📸Photos by Chandu Sasidharan:
photos.app.goo.gl/BD5CiYX3cfsR...
📸Photos by Denis Denisov:
photos.app.goo.gl/dvKVuc1owEPM...
December 27, 2024 at 11:38 AM
Are you an AI Engineer? Wait to answer! First, watch the talk recording by @tej.as.

gitnation.com/contents/rea...
December 23, 2024 at 7:20 PM
It’s time to share... PHOTOS📸

React Day Berlin is buzzing with holiday cheer🎄
From the MCs in festive sweaters❤️to the warm congratulations all around, the atmosphere is filled with joy.

Save this link: photos.app.goo.gl/dsSwt1y6qCKA...
December 20, 2024 at 3:55 PM
That's a wrap on an incredible in-person conference day 🎉

So many great vibes😍 A huge thank you to the speakers, attendees, MCs, program committee, partners, and team.

See you later at the party today? 🪩
December 13, 2024 at 4:47 PM
Reposted by React Day Berlin | Tech Conference
Last conference of the year: @reactdayberlin.gitnation.org

#ReactDayBerlin
December 13, 2024 at 10:02 AM
Reposted by React Day Berlin | Tech Conference
Yeap, I'm at #reactdayberlin.
December 13, 2024 at 10:49 AM
Reposted by React Day Berlin | Tech Conference
Inspiring keynote from @tej.as on generative AI and making search SOO much better 💡🤓✨ #ReactDayBerlin
December 13, 2024 at 12:04 PM