I am a bit confused about squint nrepl. I am using squint in an ecommerce theme that is node-based. I complile the squint code to js, which gets run trough webpack. I test the code against a hot-reload web-server cli that the platform provides. Can i use the squint nrepl in this browser context? I was able to run a squint nrepl server in my project root, connect with Calva (squint connection type), and eval forms. So that is cool! But that is totally disconnected from the browser context right? If a browser repl with squint is not possible, is the next best thing a scittle browser repl (with Epupp)?
browser repl is high on my list but not implemented yet
I hope to start work on this again soon (after I deal with a clj-kondo feature and bb conf)
The squint node repl is still super useful to try things out at. And also it helps me stick to cleaner architecture to be βforcedβ to have the important parts testable at that repl. π