(no title)
stevewodil | 2 years ago
I think this type of pattern (not necessarily redux specifically) is definitely the future of Frontend state if it’s not already the current paradigm
stevewodil | 2 years ago
I think this type of pattern (not necessarily redux specifically) is definitely the future of Frontend state if it’s not already the current paradigm
chrisweekly|2 years ago
React: f(State) => UI
Redux: (State, Action) => newState