How should we update the interactor code which existed in hanami v1, upgrading hanami from v1 to v2?

Hanami 2 is a complete rewrite atop the dry-rb family of gems, so a lot of things were deleted and replaced with those tools.

I’m not super familiar with Hanami::Interactor, but it looks like dry-monads’ Do Notation is probably intended to be the replacement.

1 Like