|
|
|
|
|
by boubiyeah
3505 days ago
|
|
ReactJS introduced virtual DOM before Elm did (Elm first used virtual-dom a lib that was developped quite some time after the release of react, and now uses a new custom implementation)
redux was inspired by the "Elm architecture" where everything is global but composed by object/record keys at all levels of the tree. |
|