I don't know if I did something wrong.
After I run my app, this is what terminal shows:
Here is a screenshot of my terminal
And whatever I tried to log to terminal using "console.log" doesn't show up there
I don't know where console.log has its output directed to but obviously not my terminal...
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With