Using HyperFormula with Functional Programming and Immutable State #1076
BrianHung
started this conversation in
Feature requests
Replies: 1 comment
-
Hi @BrianHung! Unfortunately, HyperFormula does not support immutability the way you described it. It is a very interesting idea, but I'm afraid it will be hard to fit it into our roadmap. If this feature is crucial for you, feel free to work on it yourself and open a pull request to our repository. I may offer my assistance by answering the questions you might have during the development. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm thinking through how to integrate hyperformula with functional programming and immutable state to implement a one-directional data flow through my app.
My question is there a way to create "drafts" or "forks" of hyperformula instances where new instances re-use memory of unmodified values and only incremental create memory for modified values (structural sharing), as opposed to creating separate instances with no shared memory or values from
buildFromSheets
.Ideal API
Beta Was this translation helpful? Give feedback.
All reactions