exercism-c/react/README.md
Blizzard Finnegan b92478b09c
Init commit
Leap, Difference of Squares, Grains, Collatz Conjecture, Queen Attack,
Darts, Hamming, and Space Age completed yesterday.

Binary and Linked List completed today.
2025-01-11 18:45:47 -05:00

1,016 B
Raw Permalink Blame History

React

Welcome to React on Exercism's C Track. If you need help running the tests or submitting your code, check out HELP.md.

Instructions

Implement a basic reactive system.

Reactive programming is a programming paradigm that focuses on how values are computed in terms of each other to allow a change to one value to automatically propagate to other values, like in a spreadsheet.

Implement a basic reactive system with cells with settable values ("input" cells) and cells with values computed in terms of other cells ("compute" cells). Implement updates so that when an input value is changed, values propagate to reach a new stable system state.

In addition, compute cells should allow for registering change notification callbacks. Call a cells callbacks when the cells value in a new stable state has changed from the previous stable state.

Source

Created by

  • @petertseng

Contributed to by

  • @bcc32
  • @Gamecock
  • @h-3-0
  • @patricksjackson
  • @QLaille
  • @ryanplusplus
  • @wolf99