Is anyone aware of a cljs
compatible JSON parser that can produce token positions (in lieu of, or in addition to, the parsed data structure)? Something along the lines of: https://github.com/zserge/jsmn
If I want to create something like a custom REPL in a node script (which is presumably all async) how do I keep the script from exiting once the async events are set up?
Never mind, I just forgot (set! *main-cli-fn* -main)
:)
In clojurescript how do I redirect someone to a URL? I'm using reitit for frontend routing if that helps
@ggfpc12495 Probably push-state
-> https://cljdoc.org/d/metosin/reitit/0.5.5/api/reitit.frontend.easy