puelocesar.bsky.social
@puelocesar.bsky.social
I'm currently struggling with profiling after latest react native updates. Before, I would connect with normal chrome dev tools, and get this beautiful flame chart, which was very good to find bottlenecks in the legacy JS code I maintain.

Now, that's gone, and the new one works very differently
September 2, 2025 at 7:16 AM
react-native-gesture-handler + react-native-reanimated + react-native-svg is indeed a killer combo
August 6, 2025 at 1:09 PM
Is there a way to have something like this on VSCode and React native? It's quite cumbersome having to open the websites of libs to find the documentation
February 19, 2025 at 10:19 AM
Don't just trust libraries when they say they are fast. Test them and benchmark them to your use cases.

Our app had a huge issue of slowness on Android, lot's of 1 start reviews. It turns out, it was RealmJS locking the JS Thread for 160ms each time we made a query!!
November 8, 2024 at 6:05 PM