Closed liammulh closed 2 months ago
Another potentially instructive example of a graphical Vue app that keeps state across page reloads, without using the whole vuex mechanism, is https://konvajs.org/docs/vue/Save-Load.html (note however that it's a different graphics library, not p5, and it's Vue 2.x, not Vue 3; but I think the basic ideas are still valid, although not 100% certain).
This might be somewhat connected to #83. Saving state for exporting might be useful for saving state internally as well.
resolved in ui2. Closing.
Not a pressing issue, but something we'll eventually want to sort out.
Steps to Reproduce
You will no longer have your natural numbers + differences bundle.
Solution(s)
router
methods might help.