Remix.run Logo
bestest 5 days ago

Since you're here — I'll just pipe in.

Here in this article, the author, failing to comprehend the domain differences, is applying the same approach to call a function everywhere. Of course it won't work.

The fallacy of nextjs is attempting to blend function domains that are inherently different. Stop doing that and you will be fine. Documentation won't work, it will be just more confusing. Blending edge and ssr and node and client-side into one is a mess, and the attempt to achieve that only results in layers upon layers of redundant framework complexity.

presentation 5 days ago | parent [-]

Sounds like you wouldn’t be a fan of React Server Components in general then since blending domains is its whole point.

hungryhobbit 5 days ago | parent [-]

Blending domains is great. Blending domains where you don't get logging at some levels because your framework is incompetent is not.