Sara Vieira
Sara is a developer relations engineer at Orama. Author of The Opinionated Guide to React.
Open Source enthusiast. Conference Speaker. Talk to her about Retro Games or Airports.
The Unlikely Friendship Between Rust and React
React Summit 2025
Upcoming
The Unlikely Friendship Between Rust and React
This Talk explores the unlikely friendship between React and Rust, showcasing how they can be used together. The speaker demonstrates live coding and explains the process of calling Rust functions from JavaScript using the Tauri framework. The Talk also covers retrieving system information and disk details using Rust's sysinfo library. The speaker emphasizes the importance of serializability and showcases a button and SD card reader as examples of practical applications.
Build an Emulator in JavaScript
React Day Berlin 2024
Upcoming
Build an Emulator in JavaScript
Building an emulator seems daunting, and you don't know where to start? Well you came to the right talk! I'll cover the essential concepts of emulation, and go through the code of an emulator I created. By the end, you will hopefully be inspired to embark on your own emulation projects and bring retro hardware back to life!
Building a Game Boy Emulator in JavaScript
React Day Berlin 2024
Upcoming
Building a Game Boy Emulator in JavaScript
The Unlikely Friendship Between React and RustWatch video: The Unlikely Friendship Between React and Rust
React Advanced 2023
26 min
The Unlikely Friendship Between React and Rust
From Blender to the Web - the Journey of a 3D Model
React Summit 2022
26 min
From Blender to the Web - the Journey of a 3D Model
Creating 3D experiences in the web can be something that sounds very daunting. I’m here to remove this idea from your mind and show you that the 3D world is for everyone. For that we will get a model from the 3D software Blender into the web packed with animations, accessibility controls and optimised for web use so join me in this journey as we make the web more awesome.
From Blender to the Web - the Journey of a 3D Model
React Advanced 2021
27 min
From Blender to the Web - the Journey of a 3D Model
Top ContentCreating 3D experiences in the web can be something that sounds very daunting. I'm here to remove this idea from your mind and show you that the 3D world is for everyone. For that we will get a model from the 3D software Blender into the web packed with animations, accessibility controls and optimised for web use so join me in this journey as we make the web more awesome.
The Psycological Effects of useEffect
React Summit 2020
26 min
The Psycological Effects of useEffect
We have been using hooks for a while and with that we have also been using useEffect in particular and in this today I wanna take a look at the trickier parts of useEffect and why they work that way so you can leave with a super understanding of how this magic all works.