hyperfiddle-2020
hyperfiddle-2020 copied to clipboard
CRUD apps as a function

I think possible by quering the RT for the route not the CTX
This is only noticeable in Rosie which has big enough picklists. I believe this is an interaction between 3 things: the s/cat refactor, the picklist server io, and the automatic...
Introduced in https://github.com/hyperfiddle/hyperfiddle/commit/2750d74c24e352d655800f9b8d399686ae952d2c
Building here a list of cases to consider: * Manually staged tx fails security * Manually staged tx is malformed (e.g. :db/unique1 is not an attr) * ...
If you beat the server, you can clobber the last entry
Fixed in norby demo branch
  The ref renderers changed as well, a couple bugs here.
``` (defmethod hf/tx (keyword `school-requested-block) ...) [:hf/iframe `sub-rename :tx-fn ":zero"] [:hf/iframe `school-requested-block :tx-fn (str `school-requested-block)] ```
https://github.com/hyperfiddle/hyperfiddle/blob/3dcd1dd786ec3a6dd0b487c0ea5744e53e96070e/src/hyperfiddle/foundation.cljc#L139 Userland fiddles e.g. hello-world are happy to hardcode the Datomic dep, but hf provided fiddles must be agnostic. The current Datomic facade sucks for this, needs untangling.