-
The spec [here](https://github.com/fulcrologic/fulcro/blob/305eb8f864d790cd2905e4ec7ce349d4dbfb2ae0/src/main/fulcro/client/primitives.cljc#L99) looks wrong.
Instead of:
```clojure
(s/def ::comp…
-
For example in `{{name}}.ui.components` we have
```cljs
(dom/svg #js {:width w :height h}
(dom/rect #js {:width w :height h :style #js {:fill "rgb(200,200,200)"
…
-
When I try to use the fulcro-spec server stuff to run them in the browser, I used to get weird errors which would say `Could not find cloure.test.check.clojure-test` after some digging around I found …
-
shouldComponentUpdate has a default (which is correct for normal stateful components), but you are allowed to override it. The reshape functionality does not wrap this method, so if you override it, t…
awkay updated
6 years ago
-
We've got new lifecycle stuff to add, and async rendering is on the way. We need to make sure to support all of that ASAP.
Interested in any help I can get :)
awkay updated
6 years ago
-
Fulcro allows components to define their initial-state. For lajt, I think it makes sense to put this logic in the parser/reads, as the parser is the thing that deals with all the data.
Fulcro most…
-
Possibly integrate with Fulcro Inspect?
Possible implementation:
All of the translation functions funnel into the js function `fulcro.alpha.i18n/t`, so I think the easiest idea is to add a hook …
awkay updated
6 years ago
-
Eliminate hard links to these CLJ dependencies:
- Bidi
- Sente
- Ring
- Httpkit
- Timbre
awkay updated
6 years ago
-
The post is available in https://gist.github.com/pbzdyl/064272bece09cb3464b18d04f7246f50.
Thanks!
-
Not sure what happened, but when using the chrome plugin it started sucking CPU like mad. The older version of inspect didn't do this. The main note is the the app I'm running has a very high transact…
awkay updated
6 years ago