fulcro

Book: http://book.fulcrologic.com, Community Resources: https://fulcro-community.github.io/, RAD book at http://book.fulcrologic.com/RAD.html
Jakub Holý 2021-06-07T18:35:58.132800Z

Multiple people struggle with using qualified keywords so I have added a section about that to the minim. tutorial: https://fulcro-community.github.io/guides/tutorial-minimalist-fulcro/#_components_props Feedback welcome!

Björn Ebbinghaus 2021-06-08T07:58:59.133200Z

In the second code block there is a double colon missing. {::car/make "Škoda", my.domain.car/year 2020, ::sold? true}

Jakub Holý 2021-06-08T10:13:12.133500Z

Thanks! You meant perhaps single colon in front of my.domain.car/year?