List view
Implement a GHCi-based development mode that provides sub-second application reloads on code changes. Key tricks to exploit: - use a web-server to run the blaze-react application in GHCi - serialise our internal `Html` type to send it over the wire to a proxy GHCJS application that renders it - `ghcid` or `stack` for continuous file-watching and reloads - serialise GUI state over reloads (this allows updating styling resulting from rendering non-trivial GUI states) - base this work on the `elevence` branch, which contains an improved library layout and nix-based build scripts
No due date•0/4 issues closedblaze-react-ng on the feat-async-apis branch is feature-complete with blaze-react-0.1. There are just a few example apps which need to be reimplemented. We could also use this opportunity to rename the project, since at heart it no longer has anything to do with either blaze-html or react.js.
No due date•2/3 issues closed