score:21

Accepted answer

react.js applications run in your browser, not server. if you're using chrome, use ctrl+shift+j to launch the browser console to see the logs.

the logs will only show in your terminal if you use console.log in your node.js server-side code.


Related Query

More Query from same tag