Tobbe Lundberg

Tobbe Lundberg

Core Team member and Tech Lead at RedwoodJS. Lives out in the middle-of-nowhere in Sweden. Likes everything on two wheels and loves to travel.
State-of-the-art React Server Components Developer Tooling
React Advanced Conference 2024React Advanced Conference 2024
Upcoming
State-of-the-art React Server Components Developer Tooling
The talk will start with a quick introduction to React Server Components and then move on to show how they're visualized in one of the developer tools we've built for RedwoodJS. This will give everyone a better understanding of where the client/server boundaries are and how ""use client"" and component imports work together to decide what code gets executed by the RSC server and what code gets executed in the user's browser. This understanding is generally applicable to any RSC enabled framework (which mostly means NextJS right now).
Now, with the audience equipped with a better understanding of RSCs I'll dive into the RSC Payload (aka Flight) format explaining what it is and how it works. For this part of the talk I will use a tool we've built to record and visualize the RSC network traffic to aid me in explaining the RSC protocol. I will also show how it helps developers identify bottlenecks by showing payload sizes and request durations.
After attending my talk, the audience will have a much deeper understanding of how RSCs work, all the way down to the RSC protocol level. They will also be excited and eager to explore our state-of-the-art RSC app developer tooling.
Manual to Magical: AI in Developer Tooling
JSNation US 2024JSNation US 2024
Upcoming
Manual to Magical: AI in Developer Tooling
Learn how I built an AI-assisted codemod tool, exploring AI performance and automation. See its impressive ease and speed, inspiring you to create your own AI-driven solutions.