Y
Hacker News
new
|
ask
|
show
|
jobs
by
sdegutis
2568 days ago
When people make alternatives to React, at some point they have to address the concept of state changes and side-effects, building in conveniences for it, or leaving it for third parties to develop this area.
2 comments
nickbauman
2568 days ago
... Or use something like Reagent where there is
language level
support for reactive state management using atoms.
https://github.com/reagent-project/reagent
link
sdegutis
2568 days ago
That looks like exactly what SwiftUI is doing.
link
ng12
2568 days ago
This has nothing to do with Redux. Redux is about storing global data, nothing more.
link
https://github.com/reagent-project/reagent