The Reducer

Select all the characteristics of a Reducer function.
They need to be pure.
They're responsible for setting the initial state of the store.
They need to return the next state of the store.
Their signature is (action, state) => newState
If your reducer function needs any data for updating the state, it should make an Ajax request to get it.
True
False
{"name":"The Reducer", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Select all the characteristics of a Reducer function.","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Powered by: Quiz Maker