Skip to content

Commit

Permalink
Adding counter example image
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarParra committed May 24, 2024
1 parent 49b299b commit c2c3e6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ export default class Display extends LightningElement {
> to trigger the reactivity. This is because we need the value to be reassigned so that
> LWC reactive system can detect the change and update the UI.
<div style="text-align: center;">
<img src="./doc-assets/counter-example.gif" alt="Counter Example" />
</div>

### Stacking computed values

You can also stack computed values to create more complex reactive values that derive from each other
Expand Down

0 comments on commit c2c3e6d

Please sign in to comment.