Today was a super busy day 🌀, but I still made time to keep my React learning streak alive!
Small progress > no progress 💪
Today was a super busy day 🌀, but I still made time to keep my React learning streak alive!
Small progress > no progress 💪
Today I worked on building a Weather App using React.
Focused more on understanding how things work than rushing to finish 🚀
Today I worked on building a Weather App using React.
Focused more on understanding how things work than rushing to finish 🚀
Today felt like two different puzzles finally clicking together:
theme switching and dynamic data fetching.
Both looked simple. Both taught me way more than expected.
x.com/abhishekgo49...
Today felt like two different puzzles finally clicking together:
theme switching and dynamic data fetching.
Both looked simple. Both taught me way more than expected.
x.com/abhishekgo49...
Today I learned how useEffect actually works under the hood — not just what it does.
Let’s break it down 👇
Today I learned how useEffect actually works under the hood — not just what it does.
Let’s break it down 👇
Spent half the day confused why my input wasn’t updating the way I expected.
Turns out… I was missing the whole point of onChange + state 😅👇
Spent half the day confused why my input wasn’t updating the way I expected.
Turns out… I was missing the whole point of onChange + state 😅👇
Today I finally understood how state, input, add, delete & checkbox logic actually work together. It worked in my app, but my brain is still stitching the WHY 🧠⚡
My previous code has some syntax and logic issues.
x.com/abhishekgo49...
Today I finally understood how state, input, add, delete & checkbox logic actually work together. It worked in my app, but my brain is still stitching the WHY 🧠⚡
My previous code has some syntax and logic issues.
x.com/abhishekgo49...
Today’s focus: useState – one of the most important hooks! 🧵
x.com/abhishekgo49...
Today’s focus: useState – one of the most important hooks! 🧵
x.com/abhishekgo49...
Today I built a basic portfolio website using everything I’ve learned in the past 6 days — components, props, state, and a clean UI structure.
Feels great to see real progress 🔥
Today I built a basic portfolio website using everything I’ve learned in the past 6 days — components, props, state, and a clean UI structure.
Feels great to see real progress 🔥
Today I learned about event handling in React, which makes apps interactive and dynamic.
onClick → runs when a user clicks a button
onChange → tracks input or select value changes
onDoubleClick → handles double-tap actions
Today I learned about event handling in React, which makes apps interactive and dynamic.
onClick → runs when a user clicks a button
onChange → tracks input or select value changes
onDoubleClick → handles double-tap actions
Today I worked on Conditional Rendering and Lists in React.
I built a small Task Tracker that shows tasks dynamically.
Understanding how React decides what to display made everything feel more logical and easier.
Today I worked on Conditional Rendering and Lists in React.
I built a small Task Tracker that shows tasks dynamically.
Understanding how React decides what to display made everything feel more logical and easier.
Today I explored Inline Styling in React:
Styles written directly in JSX ✅
Perfect for small, dynamic, component-specific tweaks 💡
<button> = HTML element inside my custom Button component
export default lets me reuse components across files ⚛️
Today I explored Inline Styling in React:
Styles written directly in JSX ✅
Perfect for small, dynamic, component-specific tweaks 💡
<button> = HTML element inside my custom Button component
export default lets me reuse components across files ⚛️
Revised key React concepts 👇
./ vs ../ → import paths
index.css (global) vs App.css (layout)
Product list using .map()
Unique key in lists
{} needs return, () = implicit return
Small concepts → cleaner React code 🚀
Revised key React concepts 👇
./ vs ../ → import paths
index.css (global) vs App.css (layout)
Product list using .map()
Unique key in lists
{} needs return, () = implicit return
Small concepts → cleaner React code 🚀
Learned about:
✨ Props
✨ Reusable components
✨ Pure React setup
✨ StrictMode
✨ JSX → JS compilation
✨ Flexbox to align components horizontally
Built a profile card UI & passed data using props 🔥
On to Day 3!
Learned about:
✨ Props
✨ Reusable components
✨ Pure React setup
✨ StrictMode
✨ JSX → JS compilation
✨ Flexbox to align components horizontally
Built a profile card UI & passed data using props 🔥
On to Day 3!
• How React apps actually mount into the DOM
• Role of index.html (root div)
• Role of main.jsx → where to render
• Role of App.jsx → what to render
• JSX → real HTML behind the scenes
Solid start. Excited for Day 2. 🔥
• How React apps actually mount into the DOM
• Role of index.html (root div)
• Role of main.jsx → where to render
• Role of App.jsx → what to render
• JSX → real HTML behind the scenes
Solid start. Excited for Day 2. 🔥
Learning & revising key concepts
Building small projects daily
Sharing what I learn day by day
Follow my journey & let’s grow together! 🌟
Learning & revising key concepts
Building small projects daily
Sharing what I learn day by day
Follow my journey & let’s grow together! 🌟