Explore tweets tagged as #useRef
🧠 Day 3 of React .Today, I explored hooks like useEffect, useRef, and useCallback in a small project. They can be tricky at first, but super powerful once they click. What helped you finally understand hooks?. #ReactJS #100DaysOfCode #buildinpublic #WebDev #TechTwitter
0
0
2
Today I styled my Chatbot project. I learnt about useEffect and useRef and I used them to run code after components updates and grab the HTML element. This was crucial for me to implementing an auto scroll feature to always show the latest messages!. #100DaysOfCode .#ReactJS
0
1
6
Day 49 of #100DaysOfCode. - completed To-Do App finally.- included input component - and reused it!.- used more state variables to acheive it.- others ways to acheive same: useRef, react-hook-forms.- creating and display all the To-Dos using the ToDo component
1
0
9
Good session on @uidotdev and kudos to @tylermcginnis as usual for the superb and funny teaching style. Dealt with the 'useRef' hook for handling values that need to preserved through re-renders but not trigger a re-render itself and a reference to DOM elements. It was easy
0
0
3
⏱️ Day 8 of my 30-Day React Relearning Journey. ✅ Built a stopwatch app with `setInterval` .✅ Learned how to pause, reset, and clean up timers .✅ Used `useRef` to persist values without triggering rerenders . Simple but powerful use of side effects!. #ReactJS #BuildInPublic
2
2
7
React’s been testing me lately, not just in code, but in mindset. From useContext, useReducer, useMemo, useRef to old-school lifecycle methods, I’ve been learning how components think and behave. I still have to show up. I'm not just building apps but building understanding.
I just wrapped up a Frontend Mentor challenge!.I built a responsive conference ticket generator using React + TailwindCSS complete with form validation, drag-and-drop upload, and dynamic previews. 🔗 Live: Feedback is welcome! 💬.#ReactJS #TailwindCSS
0
0
2
React’s useRef keeps focus logic clean and avoids re-renders. Perfect for input fields. #ReactTips #WebDev
0
1
3
🧠 Building Better Forms with React — @ReactNexus.Speaker: Nipuni Paaris.Old way: useState, boilerplate, rerenders. New way (React 19+):.→ useRef + Actions API.→ useFormStatus = no more prop drilling.→ useOptimistic = buttery-smooth UX.→ Dynamic forms that fly 🚀. #ReactNexus.
0
0
2
Day 17 of #100DayChallenge : i learned react (useeffect and useRef by building these projects)#webdev #React #JavaScript #LearnInPublic #programmer #programming #projects
0
0
2
Major Key Takeaways from @kirat_tw's Cohort 2.0 - Week 6:.- learned about the concepts of re-rendering, key, and wrapper components,.- learned about the hooks & the side effects,.- learned about some commonly used hooks like useState, useEffect, useMemo, useCallback, and useRef.
Major Key Takeaways from @kirat_tw's Cohort 2.0 - Week 5:.- created a basic full-stack to-do application,.- deep-dived further into react.
0
0
2
Good session on @uidotdev with @tylermcginnis . delved into the useContext hook and the last challenge was a good and challenging exercise on how all previous hooks(useState, useEffect, useRef and useContext) work together. Till tomorrow🫡
0
0
2