As a person who:
- Has had an amazing experience with devenv.sh
- Has had an absolutely terrible experience with Obelisk’s Nix setup
- Loves reflex, but is discouraged because of how flimsy the setup is (especially if you want HLS and don’t know a ton of Nix)
- Needs an iterative workflow like
ob run
, but doesn’t want to deal with Obelisk’s lack of documentation and issues such as this one
Is there any hope to get a Reflex app working without Obelisk? What steps needs to happen?
Edit:
Okay, this might have been poorly phrased. I am aware that it is certainly possible to use Reflex without Obelisk.
However, I’m not aware of a way to get a decent workflow or use a newer GHC(JS).
By workflow I mean something akin to ob run
(you make changes and you see those changes on the page, I have wrestled with getting something similar with jsaddle
and ghcid
but the result was horrible and there’s virtually no information).