|
|
|
|
|
by cropcirclbureau
1018 days ago
|
|
I'm very interested in seeing if using the commonly implemented forms of compiler support for async programming can also be well used for GUI programming. One wishawa[0] is also perusing this approach in Rust but I first came upon this idea from the crank-js[1] authors. It wasn't clear to me why that one never went anywhere. Was it failure with the approach or was React just a good solution in the space? I can say this though, there's something strikingly elegant about those initial samples of using JavaScript generators for components. [0]: https://github.com/wishawa/async_ui [1]: https://github.com/bikeshaving/crank |
|