Day 81 / 365 👨💻 Recap of recent React tooling sessions. ⚙️ How @vitejs/plugin-react works ⚡ Role of esbuild and Babel (Fast Refresh) 📦 Rollup for production builds 🔢 Version symbols in package.json 📤 Named vs default exports #365DaysOfCode #React #JavaScript #Frontend
React Tooling Explained: Vite, esbuild, Babel & Rollup
More Relevant Posts
-
Day 86 / 365 👨💻 Light practice focused on strengthening basics. 🧩 Revisited React component structure ⚙️ Practiced small state updates with useState 🔁 Observed re-render behavior in simple examples 🧠 Focused on keeping logic clear and predictable #365DaysOfCode #React #JavaScript #Frontend
To view or add a comment, sign in
-
Day 82 / 365 👨💻 Started understanding React state. 🧠 Problem that useState solves ⚙️ How useState works step by step 🔄 Why re-rendering happens ⏳ Why state updates aren’t immediate 🔁 Updater function vs direct value #365DaysOfCode #React #JavaScript #Frontend
To view or add a comment, sign in
-
Day 106 / 365 👨💻 Continued with React practice. 🧩 Revisited component structure 🔁 Practiced state updates in small examples ⚙️ Improved code organization 🧠 Focused on getting comfortable with the flow #365DaysOfCode #React #JavaScript #Frontend
To view or add a comment, sign in
-
Think you know JavaScript? Explain this output! 👇 What gets printed to the console? A) undefined, 10, 10, 10 B) ReferenceError, 10, 10, 20 C) undefined, 10, 10, 20 D) undefined, 10, 20, 10 #Technology #JavaScript #SoftwareEngineering #WebDevelopment #ProgrammingRiddles #WebDev #Frontend #ReactJS #CleanCode #ProgrammingTips
To view or add a comment, sign in
-
-
Day 95 / 365 👨💻 Focused on steady React practice. 🧩 Built a small feature in an existing component 🔁 Handled state updates more smoothly ⚙️ Simplified some conditional logic 🧠 Focused on writing cleaner components #365DaysOfCode #React #JavaScript #Frontend
To view or add a comment, sign in
-
React Tip: Use Functional Updates When new state depends on previous state: javascript // Wrong way setCount(count + 1); // Right way setCount(prevCount => prevCount + 1); Why? React batches updates. Functional updates ensure you always have the latest value. #ReactJS #FrontendDeveloper #CodingTips
To view or add a comment, sign in
-
React Query changed how I think about state — and I have not used Redux since The server state vs client state distinction that React Query makes explicit replaced my need for Redux entirely. Here is the mental model shift. Full breakdown (7 min read) → https://lnkd.in/gcUhHrV2 #ReactJS #Frontend #JavaScript #TypeScript #WebDev #UIEngineering
To view or add a comment, sign in
-
-
🧠 React Hook Lifecycle Quiz Can you predict the output and explain why? 👇 🔹 Phase 1: Initial Mounting - What will be logged on the first render? 🔹 Phase 2: Updating (when clicking incrementCount) - What will be logged after clicking the button? #ReactJS #Frontend #WebDevelopment #JavaScript #ReactHooks #NextJS
To view or add a comment, sign in
-
-
Day 94 / 365 👨💻 Kept building consistency with React practice. 🧩 Worked on a small component tweak 🔁 Observed how UI updates with state changes ⚙️ Fixed minor issues in logic 🧠 Focused on keeping code simple and readable #365DaysOfCode #React #JavaScript #Frontend
To view or add a comment, sign in
-
Day 97 / 365 👨💻 Stayed consistent with React practice. 🧩 Tweaked a small component for better structure 🔁 Observed state changes and UI updates ⚙️ Simplified some existing logic 🧠 Focused on keeping things clean and understandable #365DaysOfCode #React #JavaScript #Frontend
To view or add a comment, sign in
Explore content categories
- Career
- Productivity
- Finance
- Soft Skills & Emotional Intelligence
- Project Management
- Education
- Technology
- Leadership
- Ecommerce
- User Experience
- Recruitment & HR
- Customer Experience
- Real Estate
- Marketing
- Sales
- Retail & Merchandising
- Science
- Supply Chain Management
- Future Of Work
- Consulting
- Writing
- Economics
- Artificial Intelligence
- Employee Experience
- Workplace Trends
- Fundraising
- Networking
- Corporate Social Responsibility
- Negotiation
- Communication
- Engineering
- Hospitality & Tourism
- Business Strategy
- Change Management
- Organizational Culture
- Design
- Innovation
- Event Planning
- Training & Development