bundlers.hashnode.devThe Hidden Engine Behind Modern React Apps: Understanding BundlersWhile React components get most of the spotlight, the silent workhorses of the React ecosystem—bundlers—often go unnoticed. Yet these tools fundamentally shape how we develop, optimize, and deliver React applications to users. This brief exploration ...Jul 21, 2025·3 min read
accessvsrefresh.hashnode.devDifference between Access Token and Refresh TokenAccess Token Access tokens are basically a fixed timed tokens that are only accessible for given time period by a developer. Refresh Token Refresh token on the other hand are used to generate a new access token as soon as the current access token is ...Jul 16, 2025·2 min read