This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-05-13
Channels
- # beginners (202)
- # boot (7)
- # cider (14)
- # clara (2)
- # cljs-dev (7)
- # clojure (56)
- # clojure-italy (9)
- # clojure-spec (6)
- # clojure-uk (12)
- # clojurescript (40)
- # core-async (3)
- # datomic (6)
- # duct (1)
- # editors (10)
- # emacs (5)
- # fulcro (24)
- # off-topic (16)
- # onyx (4)
- # pedestal (1)
- # planck (8)
- # portkey (2)
- # re-frame (31)
- # reagent (23)
- # tools-deps (8)
- # vim (3)
@pontus.colliander you can use post-mutation
to format the server response you get from df/load. Or the target
if you just need to specify the app state location.
@oliver.mooney which version of fulcro do you have? You need 2.5
@mitchelkuijpers I've 2.5.4 in the project file (moved from 2.4.3 when I was using figwheel)
Did you do all the upgrade steps? Because there are some breaking changes between those versions
I saw that there were breaking changes but probably didn't port them properly, is there a checklist somewhere? I used the current lein template as a model so must've missed something
https://github.com/fulcrologic/fulcro/blob/develop/CHANGELOG.md These show most of them
You are probably running into: Released new i18n (alpha promotion). BREAKING CHANGE.
yeah I tried it on a new mini-project to play with routing a bit and it was great, I'm getting 40-second figwheel builds in dev and can't wait to get back to sub-second ones
Yeah I saw the breaking change warning but assumed that if I copied the structure in a new template (moving my i18n files to their new places, switching the cljsbuild invocations to shadow-cljs etc it would work
I'm not even using i18n yet, it's just less work to port my current project to the new plumbing that creating a new project and moving all my stuff there
Found it! I'd mis-copied a require of fulcro.i18n
like an idiot, thanks for the help!
Great, happy to listen
It is still a very good idea to make i18n work from the start
Could someone explan what the purpose is of the ui/react-key
in the query of the Root component in the examples of the fulcro developers guide? http://book.fulcrologic.com/#_using_data_from_root
Hi @pontus.colliander your load-data calls are not getting the right components
:my-notes should have Note as argument in load-data
And the other one Notebook
I am on my phone, but does this help?
You df/load
calls I mean