
@NfNitLoop ("Cody C. #BLM") replied to a tweet by @NfNitLoop:
Answer: Svelte's (re)ordering of reactive assignments is simpler than I thought.
It'll *try* to reorder them by detecting dependencies, but if it fails, code order is important.
Updates during execution do not re-execute prior R.A.s.
Code: https://svelte.dev/repl/15cdfd5a226d462e8588c52267f1c45e?version=3.41.0