Hello Toni!
I tweaked finish-load! to trigger persisting data to IndexedDB.
So I provide a copy of internal-load!, which uses the tweaked finish-load! as :load-mutation to my app.
This works like a charm with load! but gets ignored by load-field!.
This patches load-field! to behave like load! in respect to honouring the :load-mutation in app/config.
This might be a breaking change if someone relies on load-field! ignoring :load-mutation.
Thank you for your work, fulcro and your training and education!
Hello Toni! I tweaked
finish-load!
to trigger persisting data to IndexedDB. So I provide a copy ofinternal-load!
, which uses the tweakedfinish-load!
as:load-mutation
to my app. This works like a charm withload!
but gets ignored byload-field!
. This patchesload-field!
to behave likeload!
in respect to honouring the:load-mutation
in app/config. This might be a breaking change if someone relies onload-field!
ignoring:load-mutation
. Thank you for your work, fulcro and your training and education!