BTBhavika Tibrewalinblog.reactplay.io·Nov 12, 2022 · 8 min readOptimising 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...00
BTBhavika Tibrewalinbhavika-tibrewal.hashnode.dev·Jul 25, 2022 · 4 min readDebounce 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...01A
BTBhavika Tibrewalinbhavika-tibrewal.hashnode.dev·Jul 22, 2022 · 3 min readJSON 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...01M
BTBhavika Tibrewalinbhavika-tibrewal.hashnode.dev·Jul 9, 2022 · 2 min readPersonalize 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...01D
BTBhavika Tibrewalinbhavika-tibrewal.hashnode.dev·Jul 3, 2022 · 3 min readOptimizing 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...00