July 2017
— Is where I think it will go
“Top Resources to Explore React Fiber” DorMoshe https://hackernoon.com/top-resources-to-explore-react-fiber-9a2b19114520
— Is it faster to create 7 for loops which count from 0-9 instead of one big counting from 0-9999999
— No
— 7 nested loops? Same speed
— It's all linear and synchronous so there is little difference
— You will actually be slightly slower with the nested loops due to having to manage slightly more state!
Message permanent page
— TRGWII or anyone else:what was that proxy/service thing that could render JS?
— Basically, you'd send it a URL and it would fetch it, run the JS and then give you the result
— Uhm....
— Ghost something
— CasperJS?