Hacker News new | ask | show | jobs
by afavour 594 days ago
Usually it’s because the company uses the software in question and wants to ensure it sticks around.

In this instance it feels a little weird. No good reason why a CSS framework would be particularly suited for gambling site operations, you may be right that it’s an SEO play.

1 comments

the answer is performance

css is the most performant way to create interactive experiences

if gaming (gambling in this genre) sponsored react, their customers would use a more performant poker app. react can barely handle being reddit.

Highly unlikely. HTTP latency is going to matter 1000x more than React. If anything you'd expect to see them sponsoring WebSocket libraries or something.
i’m talking layout, paint, composite

you’re talking network

javascript, which i write every day and love, fundamentally can do what i’m talking about through shaders in webgl or webgpu but people generally reach for react, which is the performance bottleneck in the rendering loop i’m describing because javascript is fundamentally inefficient at graphics and why the technologies i’m referencing were implemented with javascript bindings in the first place.

i agree the network is important, but it is generally the last bit in a call stack for any given user interaction.

> i’m talking layout, paint, composite

> you’re talking network

I'm talking overall page performance. A gambling site using React vs not is going to have an absolutely tiny impact compared to network latency. They're sponsoring this framework as an SEO play.