https://github.com/cwithmichael/exercism-go-react
This is my solution the React exercise on Exercism's Go track.
https://github.com/cwithmichael/exercism-go-react
go
Last synced: 13 days ago
JSON representation
This is my solution the React exercise on Exercism's Go track.
- Host: GitHub
- URL: https://github.com/cwithmichael/exercism-go-react
- Owner: cwithmichael
- License: mit
- Created: 2022-02-08T13:30:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-20T02:58:16.000Z (over 4 years ago)
- Last Synced: 2025-02-22T13:43:13.010Z (over 1 year ago)
- Topics: go
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solution to React Exercise on Exercism
This is my solution the [React exercise](https://exercism.org/tracks/go/exercises/react) on Exercism's Go track. The original readme is below.
## React
Welcome to React on Exercism's Go 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 cell’s callbacks when the cell’s value in a new stable
state has changed from the previous stable state.
### Source
#### Created by
- @pminten
#### Contributed to by
- @alebaffa
- @bitfield
- @ekingery
- @ferhatelmas
- @hilary
- @kytrinyx
- @leenipper
- @petertseng
- @robphoenix
- @sebito91
- @soniakeys
- @tleen