Posts (2)

React: forget useState, use router for modals
When you think about handling modals in React, you probably think about handling them in the state. That's what the majority of the devs are doing. You usually use st
25 Apr 2021·1 min read1

How to Create Zip files by using JSZIP library
JS Zip is an open-source and free library to easily create Zip files without any pain which provides an easy and good API. You can use this library in your app to build easily Zip files.
15 Aug 2020·1 min read2