Challenges with Effect 3.0 in NextJS API Routes

adding to this. I want our backend devs to use Effect on NextJS API routes. Though getting up to spead is the hard part. Is there a zero to hero guide that is up to date with effect 3.0?

All guides or sample repos we found where already outdated again.

Simple goal:

do API calls to 3rd party APIs, interrupt if the whole function takes >4 seconds and retry the 3rd party API twice at most.

Then return based on interrupt, error or success.

We can't get up to speed there. had 4 senior engineers each spend 2 days on it.

Do y'all have any pointers? would love to use Effect, though right now hurdle seems to high for smaller company
Was this page helpful?