Profile avatar
andrei-calazans.bsky.social
Software engineering - React, React Native, GraphQL, Mobile, Infra.
27 posts 86 followers 352 following
Getting Started
Conversation Starter

We were seeing misleading stacktraces in Bugsnag. Turns out the new Error object takes a stacktrace snapshot when you instantiate it, thus defining it in a variable far away from where it is thrown will mislead your stacktrace. See this post for the explanation andrei-calazans.com/posts/predef...

Do people actually make money on Medium? Every once in a while I find something I actually want to read and can't bc I just can't get myself to pay Medium

This is a great find by Dan Abramov, you can reduce the Reanimated serialization traffic by moving the different animation end states outside the frequently updating context by using makeMutable. github.com/bluesky-soci...

We built this! 💪 Hire us if you need advanced features like this 📩

It's a bit scary to see Elon Musk have so much control over the narrative on X/Twitter. I'm not american, nor do I support any one side, but there was a clear control of narrative on X during this election.

It's amazing see @expo.dev go from being rejected by anyone doing serious React Native development to becoming the best choice.

Oh and Flipper is also dead now. Meta won't continue developing it. fbflipper.com/blog/2024/10...

Let me try Bluesky for a bit. Let's see if it can expand my network beyond what X/Twitter can offer me.

FYI React Native Core is deprecating SafeAreaView. Use react-native-safe-area-context instead: github.com/react-native...