Type Error with 'With-Effect(beta)' Example in Next.js App
I copy-pasta'd the "With-Effect(beta)" example code on the homepage into my Next.js app where I want to try it out but ended up with a type error immediately and not sure how to fix it but figured that's worth sharing as a new-user-experience.
Also, I'd love to get a pointer to any examples that showcase incremental adoption into a Next.js app. Searching for this online is obviously quite tough because of
Also, I'd love to get a pointer to any examples that showcase incremental adoption into a Next.js app. Searching for this online is obviously quite tough because of
useEffect() but I found only a 3yo example (https://github.com/Matechs-Digital/next-effect-ts) and not-particularly-illustrative blog-post example (https://github.com/SandroMaglione/convertkit-nextjs-newsletter-form/tree/main) so far
