take this example and rewrite the server parts into tanstack server functions without breaking their encapsulation https://overreacted.io/impossible-components/#final-code

then how do you ensure all of their data arrives in a single roundtrip? RSC does guarantee it by executing all server parts together

Comments