Y
Hacker News
new
|
ask
|
show
|
jobs
by
rat9988
2570 days ago
Redux and react are two different questions.
1 comments
sdegutis
2570 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.
link
nickbauman
2570 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
2570 days ago
That looks like exactly what SwiftUI is doing.
link
ng12
2570 days ago
This has nothing to do with Redux. Redux is about storing global data, nothing more.
link