The Power of Purity in React: A Guide to Pure Components and Error-Free Coding
Unlock the Secrets to Bug-Free React Apps: Why Are Pure Components and Strict Mode Essential?
Feb 9, 20245 min read

Search for a command to run...
Unlock the Secrets to Bug-Free React Apps: Why Are Pure Components and Strict Mode Essential?

In my recent project, I had to show a pdf from the firebase storage in the modal in react application. On my intital search react-pdf was the best result I got but as soon as I tried to implement I was stuck - the problem was firebase storage provide...
Overview Since the time I started coding, hosting was an issue that held me back from making my projects live. But now it has never been easy to host your projects it doesn't matter it is a small HTML site or full-fledged react application. So my aim...