Looking for Best Practices for Integrating Effect with React or Next.js
Are there best practices written anywhere for integrating effect with react or next.js? I haven’t run into any issues per se but I have seen things like passing the runtime through context, making
effectComponent helpers, etc. And I imagine there are much better ways to do the things im doing. I’m wondering if anyone has seen a guide anywhere?