Web developer skilled in HTML, CSS, JavaScript, ReactJS, and Python, on a relentless pursuit of expertise. Join me on this coding adventure! ๐ป #WebDevelopment
Watched the 14th video from @Hiteshdotcom's 'Chai aur React' series and nailed it! Built a slick todo app using Context API, seamlessly saving data to local storage. Thanks for the guidance, now mastering Context API like a pro! #coding#progress#ChaiAurCode
Watched the 13th video from 'Chai aur React' series by @Hiteshdotcom and learned about the Context API in React! Now I can manage global state and pass data between components effortlessly. Excited to implement this in my projects! #React#LearningJourney
Just wrapped up the 12th session of 'Chai aur React' by @Hiteshdotcom! Dived deep into React Router DOM, mastering dynamic routing in #React apps. Implemented concepts like nested routes, useParams for dynamic data, & async loading in a project, solidifying my understanding!
Just watched the 11th video from "Chai aur React" by @Hiteshdotcom where I learned to make a currency converter app using a custom React hook! Custom hooks in React allow us to reuse logic across components, making our code more modular and efficient. #React#CodingJourney
Just wrapped up the 10th video of 'Chai aur React' by @Hiteshdotcom and I'm thrilled! Built a random password generator app and dove deep into useEffect, useCallback, and useRef in React. Feeling empowered to tackle more complex projects now! #ReactJS#LearningJourney
Finished 9th video from 'Chai aur React' by @Hiteshdotcom and made my first basic background changing app using React! Learned a valuable lesson: onClick takes only a function, so if you want to pass a value, use a callback function like onClick={() => func(color)}. #reactjs
Just watched the 8th video from 'Chai aur React' by @Hiteshdotcom Learned a neat trick: To ensure that each call to setCounter works with the latest state value and increases the counter by 1 for each button click, it's important to use the functional update form of setCounter.
Just watched the 7th video from 'Chai aur React' by @Hiteshdotcom! Learned about the power of React components & props, and how Tailwind CSS revolutionizes styling. Excited to integrate these concepts into my projects! #reactjs#TailwindCSS#CodingJourney
Finished Chai aur React 6th video by @Hiteshdotcom learned Virtual DOM, Fiber, and Reconciliation, Virtual DOM optimizes rendering by updating only what's changed, Fiber handles async tasks efficiently, and Reconciliation reconciles the virtual and actual DOM for seamless updates
Finished watching 5th video by @Hiteshdotcom on Chai aur React! Learned about React hooks, especially the useState hook. It's a game-changer for managing state in functional components, making them more dynamic and efficient. Can't wait to dive deeper! #React#Learnin#webdev
Just finished the 4th video from 'Chai aur React' series by @Hiteshdotcom! Learned how to render HTML elements with React-like behavior, convert JS into HTML elements with Babel, and pass JS variables into HTML seamlessly. Making solid progress! #React#JavaScript#learning
Just finished the 3rd video on 'Understand the React flow and structure' by @Hiteshdotcom! Learned how React injects scripts with react-scripts, while Vite React embeds them in index.html. Learned about components - JavaScript functions/files returning HTML element. #React#vite
Finished watching @Hiteshdotcom's 'Chai aur React' series 2nd video on creating React projects! Learned to set up my environment using both traditional `create-react-app` & newer React Vite `npm create vite@latest`. Excited to build projects with React Vite! #reactjs#FrontEnd