Hacker News new | ask | show | jobs
by artminister 2154 days ago
Hi, I have not shipped Core support for formula yet. Working on it actively

In the demo you see, I am using hot-formula-parser to parse formula during render. This won't scale for large applications, cos any parent render will re-render the grid and trigger a recalc

Am working on adding a Directed Acyclic Graph to manage cell dependencies, so that Grid knows which cells needs to be re-rendered.

1 comments

For the parser, we will be using https://github.com/LesterLyu/fast-formula-parser