Follow along for frontend tips on React ⚛️ Testing 🧪 UI/UX 🖥.
My blog ✍️ http://cathalmacdonnacha.com
✅ Calculate derived values directly in render from the existing state or props.
Simple, clean, and avoids bugs caused by syncing issues!
Learn more here: react.dev/learn/you-mi...
✅ Calculate derived values directly in render from the existing state or props.
Simple, clean, and avoids bugs caused by syncing issues!
Learn more here: react.dev/learn/you-mi...
#ChromDevTools #frontend #webdev
#ChromDevTools #frontend #webdev
#git #development #software #programming
#git #development #software #programming
I used to always give a label to the value I printed out in a console.log. However, a faster and cleaner way is to just print it as an object.
(yes I still like to use console.log sometimes over the debugger)
#javascript #frontend #webdevelopment
I used to always give a label to the value I printed out in a console.log. However, a faster and cleaner way is to just print it as an object.
(yes I still like to use console.log sometimes over the debugger)
#javascript #frontend #webdevelopment