Go to file
towards-a-new-leftypol bbc6a69d57 Some basic first attempt at XHR
- There's a lot of wrong here:
- Send function is referenced from the GHCJS.DOM.JSFFI.Generated
  directly, so idk if this compiles to native (it's fine to ignore this
  point though because we only really care about the front-end for XHR)
- There are actions that should be generalized out, probably there
  needs to be a network client component, with an interface to keep
  track of stuff for us accross different actions that trigger http
2024-01-11 18:59:00 -05:00
html Example sub-component (Catalog Grid) 2023-12-22 06:06:52 -05:00
src Some basic first attempt at XHR 2024-01-11 18:59:00 -05:00
.gitignore Initial commit - struggle to set up a working environment 2023-11-28 04:46:39 -05:00
LICENSE Initial commit - struggle to set up a working environment 2023-11-28 04:46:39 -05:00
cabal.config Initial commit - struggle to set up a working environment 2023-11-28 04:46:39 -05:00
chandlr.cabal Some basic first attempt at XHR 2024-01-11 18:59:00 -05:00
default.nix Some basic first attempt at XHR 2024-01-11 18:59:00 -05:00