Single Responsibility Principle (SRP) In React: Write Focused Components
A practical look at applying Single Responsibility Principle into React. (3 minutes)
Catch up on past deep dives into production-grade React, Node.js, and AI systems.
A practical look at applying Single Responsibility Principle into React. (3 minutes)
Learn the deeper concepts in Javascript, such as scope, hoisting, and closures. (5 minutes)
Learn how I stay up-to-date with tech and what resources I used to grow to Senior Software Engineer.
Learn how to design and architect React Components based on User Interface Designs of Components and Pages. (5 minutes)
Accept that your code will never be perfect or final.
Managing your focus and productivity is vital — how I built a simple Second Brain in Notion.
Find the right problem to solve — two easy steps to kickstart your product idea.
Optimizing React apps is about smart choices, not exhaustive tweaks.
Embrace the classless styling approach for better maintainability and readability
Explore the benefits of using the useReducer hook in React for more maintainable and readable components.