vaisakhnp.hashnode.devRefresh Token Using Axios in ReactUnderstanding Authentication Tokens and Token Refresh Authentication tokens, like JSON Web Tokens (JWT), validate users in web apps and expire after a set time, requiring users to refresh them for uninterrupted access to protected resources. Token re...Mar 25, 2024·4 min read
vaisakhnp.hashnode.devMap Tiling in React Native using MapboxWe will use the rnmapbox/maps library to achieve Map Tiling in React Native and Mapbox Tiling Server which is provided by Mapbox. Requirements React Native App Setup Mapbox Account Create Access token Head on over to the Mapbox Dashboard. Then c...Jul 9, 2023·5 min read
vaisakhnp.hashnode.devCustom Cursor using Framer MotionThis will be a short article since this is a fairly straightforward thing to do. Libraries Used Framer Motion: A motion animation library that works perfectly with ReactJS Project Setup Setup a Barebones React/NextJS project using any template. I'...May 14, 2023·4 min read
vaisakhnp.hashnode.devCamera Animation using React Three Fiber and GSAPLibraries/Frameworks Used React-three-fiber: It's an up & coming library that builds on top of ThreeJS. We can use normal JSX syntax because it is much easier to use React-three-fiber than writing using plain ThreeJS. Think of it as similar to React...Mar 6, 2023·8 min read