I built the same simple form in two ways: - React Hook Form + MUI → 136 lines - Dashforge → 74 lines Same result. This is a simple case… imagine when it gets complex. Curious to hear how others are handling forms in React. #react #reacthookform #mui #frontend #webdevelopment #javascript #typescript #developerexperience
More Relevant Posts
-
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
-
React Error Boundaries are basically try/catch for UI rendering. Without one, a single broken component can crash the whole screen. With an Error Boundary, React catches the failure and shows a fallback UI instead. Even better: with react-error-boundary, you can also handle async errors using showBoundary(). You can get example code from my blog: https://lnkd.in/gDYnB7h5 #React #Frontend #JavaScript #WebDevelopment
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
-
Day 110 / 365 👨💻 Kept building consistency with React. 🧩 Improved a small UI component 🔁 Managed state updates more cleanly ⚙️ Reduced unnecessary code 🧠 Focused on clarity and structure #365DaysOfCode #React #JavaScript #Frontend
To view or add a comment, sign in
-
just published part 2 of my React internals series , this one covers what actually happens when you call setState and how does re-rendering works. part 1 (initial render): https://lnkd.in/dycpqavw part 2 (re-render): https://lnkd.in/d4tWTwmk #react #javascript #frontend #webdev
To view or add a comment, sign in
-
Day 111 / 365 👨💻 Stayed consistent with React work. 🧩 Tweaked a small component 🔁 Observed state-driven UI changes ⚙️ Cleaned up some logic 🧠 Focused on keeping code simple #365DaysOfCode #React #JavaScript #Frontend
To view or add a comment, sign in
-
Built two practical React features today: • Back to Top • URL Validation Solved on Namaste Dev Platform NamasteDev.com sir Akshay Saini 🚀 Focused on clean logic, reusable components, and real-world usability. Consistent small wins → long-term growth. #ReactJS #Frontend #JavaScript #WebDevelopment #LearningInPublic
To view or add a comment, sign in
-
Day 89 / 365 👨💻 Spent time improving understanding through practice. 🧩 Reworked a small component setup 🔁 Observed how state changes affect UI ⚙️ Simplified some existing logic 🧠 Focused on clarity over complexity #365DaysOfCode #React #JavaScript #Frontend
To view or add a comment, sign in
-
One small mistake I used to make in React.js 👇 I was re-rendering components unnecessarily, which was affecting performance. What helped me fix it: • Using React.memo for pure components • useCallback to prevent function re-creation • useMemo for expensive calculations 📊 Result: Better performance and smoother UI experience Sometimes small optimizations make a big difference ⚡ #ReactJS #FrontendDeveloper #WebPerformance #JavaScript
To view or add a comment, sign in
-
-
Why React components re-render 🤔 A component re-renders when it runs again to update the UI. Main reasons: • State changes • Props changes • Parent component re-renders Key insight: Re-renders are a normal part of how React works. But unnecessary re-renders can impact performance. Simple rule: Expected re-render → fine ✅ Unnecessary re-render → avoid ❌ Small concept, big impact ⚡ #ReactJS #FrontendDevelopment #JavaScript #ReactHooks #Performance #LearningInPublic
To view or add a comment, sign in
-
More from this author
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