▲ | cpckx 11 hours ago | |||||||
Netflix didn't move away from react. They render landing pages with static react components through server-side rendering and only add the minimal interactivity on top through client side js to avoid shipping all of react's state management etc. to the client. | ||||||||
▲ | mike_hearn 8 hours ago | parent [-] | |||||||
That way of using it is so different to how you're supposed to use that it might as well not be React at all. It was designed as an in-browser framework and is poorly designed for server-side template rendering. | ||||||||
|