blog.ravindranag.inRoute Transitions using motion (previously framer-motion)Hey there! I am working on my portfolio and plan to use motion’s AnimatePresence and layout animations. Its very exciting to see the creative peeps coming up with these amazing transitions using motion. I have managed to animate the change of routes....Nov 30, 2024·3 min read
blog.ravindranag.inBuilding Forms in React: How to Handle State, Validation, API Calls, and ToastsHi there, today I am sharing my knowledge of form building in React. Very often, we have found ourselves writing a bunch of useState or even worse, using a global state management library like Redux to manage form values, errors, loading states, etc....Aug 13, 2024·4 min read