Hubungkan node.js dengan react.js
"proxy": "http://localhost:8080
Shy Skunk
"proxy": "http://localhost:8080
app.use(function (req, res, next) {
res.header("Access-Control-Allow-Origin", "*");
res.header("Access-Control-Allow-Headers", "Origin, X-Requested-With, Content-Type, Accept");
res.header("Access-Control-Allow-Methods", "GET, POST, OPTIONS, PUT, DELETE");
next();
});