Go to file
towards-a-new-leftypol 107013756b Refactor http example into Client component
- Client will have own Action and Model
    - Model is TODO but needs to hold all of the aborts
      usually a front-end client wants to abort other ongoing requests

- Network.Client will have an update function that uses effectSub to
  create a thread that will inform the app of the results of the xhr
  action. We shouldn't just do this in Main, it gets messy
2024-01-12 18:59:20 -05:00
html Example sub-component (Catalog Grid) 2023-12-22 06:06:52 -05:00
src Refactor http example into Client component 2024-01-12 18:59:20 -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 Refactor http example into Client component 2024-01-12 18:59:20 -05:00
default.nix Some basic first attempt at XHR 2024-01-11 18:59:00 -05:00