Filter
Exclude
Time range
-
Near
23 Oct 2025
Component lifecycle (class vs hooks) Class component lifecycle: componentDidMount componentDidUpdate componentWillUnmount With hooks (functional components): useEffect(() => { // componentDidMount return () => { // componentWillUnmount }; }, []); // componentDidUpdate when deps change Hooks replaced class components. Modern React uses functional components only. #ReactJS #Lifecycle #ComponentLifecycle #ReactHooks #JavaScript #Frontend #ModernReact #WebDevelopment #FunctionalComponents #ClassComponents
1
3
23 Oct 2025
Components basics: Everything in React is a component. Functional component (modern way): function Welcome() { return <h1>Hello</h1>; } Components are reusable: function App() { return ( <div> <Welcome /> <Welcome /> </div> ); } Always start component names with capital letters. Think of components as LEGO blocks for your UI. #ReactJS #Components #FunctionalComponents #JavaScript #Frontend #WebDevelopment #ReactComponents #UIDesign #ModernReact #WebDev
1
3
22 Sep 2025
Why hooks matter more than you think in React: they let you manage state and lifecycle methods inside functionalComponents, making code more organised and reusable.Using hooks has made my projects cleaner and helps me solve realProblems faster #WebDevelopment #BuildInPublic
2
55
20 Aug 2025
Excited to announce that I’ve completed the 3-column preview card component #frontendmentor challenge! site: leta09.github.io/3-column-pr… repo: github.com/leta09/3-column-p… #CodingJourney #ReactJS #js #html #css #javascript #jsx #react #functionalcomponents
51
Day 38/118 ✅ Explored React Hooks & deepened understanding of functional components DSA: Solved 2 medium 1 easy. #Day38 #118DaysOfCode #ReactJS #Hooks #FunctionalComponents #LeetCode #DSA #BuildInPublic #CodeNewbie #DevJourney #LetsConnect
1
9
83
🚀 Day 3 (7/3/25) - Wrote start & build scripts - Learned about React component types - Explored & wrote basic #FunctionalComponents - Discovered the superpowers of #JSX Leveling up daily! #React #WebDev #Day3 #Learning
1
42
Why Use React Hooks? ✔️ Simplifies component logic ✔️ No need for class components ✔️ Improves reusability & readability ✔️ Enables powerful features like useState, useEffect, and useContext 📌 Explore React Hooks: crsinfosolutions.com/react-h… #React #FunctionalComponents

1
1
3
19
23 Dec 2024
Exploring React components? In this video, I dive into functional components—the modern, efficient way to build React apps! Watch to learn how they work. #ReactJS #FunctionalComponents #WebDevelopment
1
11
Hidden gem in ReactJS: Mixins! Use them to reuse logic across components without subclassing. Example: #ReactJS #MIXINS #JavaScript #DevelopmentTips #ReactHooks #ComponentReusability #FunctionalComponents #StateManagement #ComponentLifecycleMethods
1
11
The React Lifecycle: The Advantage of Pre-Built Tools For Methods, Hooks & Interactions Jessica N. Abraham, Writer & Publicist on NewsBreak App: newsbreak.com/jessica-n-abra… #React #ReactLifecycle #JavaScript #Hooks #ReactJS #ReactHooks #ReactInteractions #ReactLifecycleMethods #FunctionalComponents #ClassComponents #Startups #technology #AITools #Development #SoftwareDevelopment

1
88
28 Sep 2024
🧩 Master the useState hook in React with Md Yusuf's insightful guide! Learn to manage state in functional components effortlessly. #React #useState #FunctionalComponents 🧩 ift.tt/8KG30yI

10
13 Sep 2024
"Unleash the power of React Hooks with Victor Ibironke's comprehensive guide! Master every built-in hook for cleaner, maintainable code and an enhanced React development experience. #React #Hooks #FunctionalComponents" ift.tt/4JK1aB0
7
29 Aug 2024
"🔗 New to React Hooks? Learn how they simplify state management, logic reuse, and component complexity in functional components. Check out Luke's insightful guide on React Hooks for beginners! #React #Hooks #StateManagement #FunctionalComponents" ift.tt/0rsD4qQ

11
In React functional components, we use the useState() hook to manage local state. Easy to use and super powerful! 🚀 #ReactJS #FunctionalComponents #frontend
1
72
Dive into the world of functional components in React! ⚛️ They're stateless and prop-driven, making them a great choice for simple, reusable UI elements. #ReactJS #FunctionalComponents #CodeSimplicity
1
17
19 Jun 2024
🎣 Discover the power of React Hooks with M.Ark's insightful guide! Learn how to use hooks like useState, useEffect, and more to manage state and component logic in a concise and reusable way. #React #Hooks #FunctionalComponents 🚀 ift.tt/b8BE2cT

10
17 Jun 2024
"Discover the power of React Hooks! With features like useState, useEffect, useContext, and more, functional components can now manage state and side effects seamlessly. Thanks to @paritoshg for the insights. #React #Hooks #FunctionalComponents" ift.tt/t2sQaIx
11