Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

132
Visualizações
Get payload from request redux

I am using "redux-api-middleware" to send action to backend. I use redux to process the data received from the backend.

export const example_action = () => createAction({
  endpoint: 'https://expample/',
  method: 'POST',
  body: bodyExpamle
  headers: {},
  types: [
    REQUEST,
    SUCCESS,
    FAILURE
  ]
})

In order not to transfer large volumes from the frontend to the backend, and then back, I want to save its payload in the redux store when requesting, but when the reducer fires on the REQUEST type, the action contains only the type field without the payload. Tell me how to get the payload.

export default function (state = initialState, action) {
  switch (action.type) {
    case 'REQUEST': {
     // HERE ACTION HAVE ONLY TYPE FIELD
    case 'SUCCESS':
      //HERE ACTION HAVE PAYLOAD
    default:
      return state
  }
}
about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda