It is common when you work with redux to define an initial state, eg
const initState = {
pagInicial:1,
pagAtual:1,
maxLinks:2,
maxReg:5
}
So far so good. Now and when I need an initial state, starting with some parameters...
asked by
30.11.2017 / 03:45