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?
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?