funkia / turbine

Purely functional frontend framework for building web applications
MIT License
685 stars 27 forks source link

What's the difference between go and fgo? #93

Open stevekrouse opened 5 years ago

stevekrouse commented 5 years ago

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*() {
stevekrouse commented 5 years ago

nvm, got it from here https://funkia.github.io/jabz/#fgo

Would be good to explain it in the turbine docs though...