Skip to content

Commit

Permalink
Clarify more info about the derived cells issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fewkz authored Nov 19, 2024
1 parent c8d559a commit a0da1fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ points.value = 200
print(pointsText.value) -- You have 200 points.
```

Note: Right now, derived cells will be calculated as soon as they're created. This behavior will be changed in the future: [#3](https://github.com/fewkz/cells/issues/3)
Note: Right now, derived cells will be calculated as soon as they're created, or a cell it derives from changes.
This behavior will be changed in the future to only calculate derived cells that a subscription relies on: [#3](https://github.com/fewkz/cells/issues/3)

## Batching

Expand Down

0 comments on commit a0da1fb

Please sign in to comment.