Get data by POST in ReactJS

0

When I need to capture data in ReactJS through querystring, I use the command this.props.match.params.[NOME_DA_QUERY] .

  

Does anyone know how I can capture when this data comes from POST?

    
asked by anonymous 07.11.2018 / 23:47

0 answers