
Roshan Gautam
4.7K posts

Roshan Gautam
@roshangm01
React, React Native @brainants






I'm trying to make the best mp3 player for macOS. It's 35MB, uses 2% CPU to play a song, low memory usage, every action is instant. So I'm using React Native macOS for the best performance. Releasing first version tomorrow. What would make this the best music app for you?



Not to be harsh, but has nobody noticed that @expo image picker is barely unusable on the web? It always returns base64, even when set to false. It hangs the browser or even crashes it. A custom picker works instantly.


12% faster iOS builds in React Native/Expo by precompiling dependencies. Next step will be to precompile React Native, and then all of Expo.




React Native has supported error.cause since v0.69 in 2022, yet has never been able to log it to the console. It has only ever printed the top-level error. … That changes today! I extracted util.inspect() from Node.js for all JS runtimes to use. Comment if you want to try it!

@steipete React Native is native but with a vibrant open source community, modern tooling, and a flexible runtime (OTA, server-driven UI). If you aren't using it, you're likely just reimplementing it.














