Juho Teperi
Juho Teperi
In my opinion, if the function changes (the function code), controller should be restarted. Usually, when developing app I want the controller to be called if I changed it. Though...
The example works for me with the specific material-ui versions in the repo. I've updated the package.json to use exactly versions, instead of accepting any updates. If the material-ui upgrade...
Not really in the scope, but in addition to the default DOM renderer, ReactNative is already known to work and some care has been taken to separate react-dom usages to...
I don't yet understand why this is needed. First comment mentions server-side rendering, but in that case, the app would be rendered as string to HTML, which wouldn't refer the...
While I didn't mention this in Clojurist Together plans directly, I have some ideas on implementing this: > [As this affects how Reagent turns Hiccup to React elements and components,]...
I'm not able to help much with React-native. I do believe Chinese works in normal HTML inputs with Reagent? This would point this being React-native problem. Are you running latest...
Three.js has was updated recently and the externs re-generated. But looks like for example `setClearColor` is still missing: https://github.com/cljsjs/packages/commit/3993894ef2635cdf29adae438b30a142cbf54b37 @harrio Have you had problems with the generated externs?
Removing `-get-apidocs` saves 20KB (optimized, not-gzipped) from JS bundle.
Chaining methods doesn't really matter at all in externs. The only thing that matter is that extern defines the used name (function/method) somewhere, it doesn't even matter if the name...
Externs are for Closure and it has always used these JS files. It would be possible to write tooling to write externs from edn data but no one has done...