Fork me on GitHub
#babashka
<
2024-05-14
>
m3tti13:05:41

hey btw is there some nbb tooling like figwheel or can i use it somehow? or is there even something like that for squint ?

borkdude13:05:32

nbb is a node.js tool, what does it have to do with figwheel (a front-end tool)? for squint, you can use vite just like all the rest of the JS devs. check out this example project: https://github.com/squint-cljs/squint/tree/main/examples/vite-react

m3tti13:05:42

yeah i guess i'm just stupid 😄 with that nbb my question was more related towards squint if there is something like this hotreloading of js files.

borkdude13:05:04

yes, use vite :)

m3tti13:05:06

does vite support that inplace replacement

m3tti13:05:31

ok thats all 😄 man i'm hooked as a former backend, frontend mobile dev i'm just hooked. All these tooling really reduces the burden of getting started with clojure.

❤️ 2
m3tti13:05:43

btw @U04V15CAJ have you somewhere described how this sci lib / tool / interpreter works? I'm just curious how it works in more or less detail

borkdude13:05:48

I think I've done a talk on it once. some things have changed since then, but the ideas are more or less the same. perhaps you're able to find it on youtube

m3tti13:05:05

will do thanx