blog.reactplay.ioOptimising Performance of a React ApplicationOptimisation is the number one thing on every dev's mind when building any software, especially web apps. React is a JavaScript library for building user interfaces. React ships with several ways to minimize the number of costly DOM operations requir...Nov 12, 2022·8 min read
bhavika-tibrewal.hashnode.devDebounce and Throttle - In-depth Guidethrottle and debounce are two functions widely used in frontend applications to filter a stream of events. They both optimize the application and browser performance. Debounce Debounce function limits the execution of a function call and waits for a...Jul 25, 2022·4 min read
bhavika-tibrewal.hashnode.devJSON Web Token - GuideI was working on a web application and while implementing authentication I came across the term JWTs. So let's understand what it is and how it works. JSON Web Token (JWT) is a secure way to transmit information between parties as a JSON object. This...Jul 22, 2022·3 min read
bhavika-tibrewal.hashnode.devPersonalize your HashnodeHashnode provides us a platform to meet and connect with like-minded individuals who share a similar passion in many areas of software, technology, and development. Personalize Blog Home Page Upload a Publication Thumbnail & Publication Logo The publ...Jul 9, 2022·2 min read
bhavika-tibrewal.hashnode.devOptimizing Performance | Part 2This is Part 2 of the blog I previously wrote on Optimizing Performance of a React application. With more and more Web Pages being made every day, the audience also expects faster loading web pages. If the site takes longer on the initial load you wi...Jul 3, 2022·3 min read