10 Concepts) Redux 2 Flashcards
1
Q
When adding data from a module, one must…
A
assign that variable representation of that data to a key in the state.
2
Q
when should we convert a class component into a functional component?
A
when we no longer need the state
3
Q
A