turbine
turbine copied to clipboard
What's the difference between go and fgo?
Basically I just copy older code and also do some guess-and-check till it works...
I'm also confused as to the placement of arguments in the outer function, not the inner function (and even why there are two functions):
const tempView = ({ c, f }) =>
go(function*() {
nvm, got it from here https://funkia.github.io/jabz/#fgo
Would be good to explain it in the turbine docs though...