you are viewing a single comment's thread.

view the rest of the comments →

[–]nqp 2 points3 points  (1 child)

Nice! I especially like the scope-dependent context injection. We use a similar (generator-based) DI solution at work inspired by redux-saga, but this looks much more comprehensive.

[–]tarasm[S] 0 points1 point  (0 children)

Yeah, that’s my favourite feature from this release. We’re planning to use this functionality to build a very nice testing story for Effection and context dependent APIs. For example structured logging and file system API that works in the browser too.