|
|
|
|
|
by beders
2496 days ago
|
|
ClojureScript doesn't try to abstract away the DOM. It really depends on the front-end library used.
Reagent (and re-frame) is pretty much react with goodies and you can easily integrate other react libraries (using shadow-cljs) |
|