Editing app.c/greeting to "Hello" will not trigger app.a/app to refresh.
I'm not sure if this behavior is different in React Native; it is dependent on whether app.a gets reloaded when transitive namespaces are edited. shadow-cljs on the web currently only reloads namespaces that directly depend on the edited namespace.
When testing with web, transitive namespaces do not trigger a refresh. Example:
Editing
app.c/greeting
to"Hello"
will not triggerapp.a/app
to refresh.I'm not sure if this behavior is different in React Native; it is dependent on whether app.a gets reloaded when transitive namespaces are edited. shadow-cljs on the web currently only reloads namespaces that directly depend on the edited namespace.