Today everything started to feel… more real. React Masterclass (Day 5). I began with: • Sharing state between components • Passing functions as props • Understanding how React handles state updates But instead of stopping there, I asked: How would this actually work in a real app? 💰 So I built a Budget Tracker: • Set initial balance • Add expenses that reduce it in real-time • Dynamic UI based on current state • Data persisted using localStorage • Clean updates using functional state 💡 Key concepts that clicked: • Lazy initialization (run logic only once) • Functional updates (state based on previous state) • Derived values (calculating remaining balance) Small concepts → Real product thinking. #React #Frontend #WebDevelopment #LearningInPublic #JavaScript

To view or add a comment, sign in

Explore content categories