shade icon indicating copy to clipboard operation
shade copied to clipboard

Interactive, client-side web apps in Haskell

Results 3 shade issues
Sort by recently updated
recently updated
newest added

When you use `React.renderComponentToString(component)` in React you can prerender the DOM to html in such way that you can send the pre-rendered HTML to the client and then 'hook' to...

I've done clean install of GHC 7.6.3, compiled the latest version of haste, cloned shade, ran `haste-inst install` in `shade-core`, which ran successfully. But then I tried to run it...