Join Slack
Powered by
so effect is a constructor, and ! is a way of exec...
# arrow
p
pakoito
12/18/2019, 2:19 AM
so effect is a constructor, and ! is a way of executing it, an alias to
bind
s
Sagar Suri
12/18/2019, 2:45 AM
So basically we should use
effect
when passing down the side effect to the edge of the world and when we want to execute it we should call
.bind()
on it?
👌 1
2
Views
Open in Slack
Previous
Next