Content pfp
Content
@
0 reply
0 recast
2 reactions

Gabriel Ayuso pfp
Gabriel Ayuso
@gabrielayuso.eth
Folks that are so surprised about all these React sites that re-render clearly haven't experienced anything other than React. The problem is not the developer, the problem is that the React model makes it hard to avoid re-rendering everything. This is the Android overdraw overlay on X (native) vs Bluesky (react native). The React model is inefficient. Period.
5 replies
7 recasts
46 reactions

links 🏴 pfp
links 🏴
@links
The developer tooling for React web apps (and mobile apps) is so good that devs don’t need to understand the fundamentals right now. Of course if you want to build a performant app at scale, native is best…AND subjects you to the App Store review policies which can be a huge bottleneck. It’s actually possible to direct pieces of react apps not to re-render but it’s not really the paradigm of react, so kind of working against the grain.
1 reply
0 recast
0 reaction

Gabriel Ayuso pfp
Gabriel Ayuso
@gabrielayuso.eth
OTA updates alone make this all worth it. I don't mind writing the same code in multiple languages. I've done it in the past. The real pain is the App Store and Play Store gatekeepers
1 reply
0 recast
3 reactions