Double Firing Effects!
Seperti yang sudah kita ketahui pada update versi 18, react menuliskan pada dokumentasinya bahwa useEffect hooks akan dipanggil 2 kali pada strict mode, dan yang sebenarnya dilakukan oleh react adalah pada saat komponen di-mount, komponen tersebut akan di un-mount untuk di re-mount kembali, sounds weird?
Cut expensive computation call with redis!
Did you ever thinking about how you can cache your response or you don't want to do some expensive computation everytime the request got called.
Web Share API
The Web Sharing API has seemingly gone under the radar, It provides a way to trigger native sharing dialog of a device. It is a simple API that allows you to share text, links, files, and data to other applications installed on the device directly from a website or application.