Remix.run Logo
osigurdson 4 days ago

>> let namePromise = batch.getMyName(); let result = await batch.hello(namePromise);

This is quite interesting. However the abysmal pattern I have seen a number of times is:

list = getList(...) for item in list getItemDetails(item)

Sometimes this is quite hard to undo.

kentonv 3 days ago | parent [-]

Keep reading, the blog post addresses this.