(roll m3tti)

is there something like #figwheel for #squint #nbb ??? and nice would also be an example with react native :D

(webdev Tory) :emacs:

The language #Clojure and #ClojureScript languages are so stable, with breaking changes being frowned upon in the culture. But breaking in the (frankly, awesome!) tooling has been my difficulty as I maintain a dozen projects of varying ages. It is a real problem. #cider #nrepl #figwheel #piggyback

Mikko Koski 🇫🇮

@seancorfield @datenschauer Not too many gotchas; things worked pretty smoothly.

One issue we debugged quite a bit was due to the difference in how version conflicts are resolved in deps vs lein. This resulted in ring version mismatches.

Another thing my colleague had to deal with recently is that #figwheel + deps doesn't seem to have out-of-the-box support in Cursive.

Yisrael Dov :emacs: :nixos:

@yogthos How do you run the tests automatically, #figwheel has a way to run the tests in a browser and get notifications, is there something to do that with #shadow-cljs ?