Tag: basics
All the articles with the tag "basics".
My posts
- Level Up React: Mastering Context APIUpdated: at 05:10 PM- Explore the internal mechanisms of React's Context API, and how to use it effectively for global state management. Comparison with Zustand and Redux, advanced optimization techniques, and best practices to avoid unnecessary re-renders. 
- Level Up React: Mastering useReducer for structured state managementPublished: at 02:10 PM- Complete guide to React's useReducer hook - from basic concepts to advanced implementation. Learn how to structure complex state logic, manage interdependent state, and create maintainable React applications with practical e-commerce cart examples, TypeScript integration, and testing strategies. 
- Level Up React: Mastering useEffect for performant React applicationsPublished: at 04:00 PM- Learn how to master React's useEffect hook with practical examples. Discover internal mechanisms, avoid common pitfalls, and build performant applications with proper synchronization techniques. 
- Level Up React: Deep dive into state and useStatePublished: at 05:00 PM- Complete guide to React's useState hook - from basics to advanced techniques. Learn state management, avoid common pitfalls, and optimize performance with practical examples for React developers. 
- Level Up React: Functional programming in ReactPublished: at 04:00 PM- Learn how functional programming principles power React development. This practical guide explores first-class functions, pure functions, immutability, currying and composition with clear examples. Discover how these concepts lead to more predictable, testable and maintainable React applications. 
- Level up React: React and React DOM architecturePublished: at 02:45 PM- Discover why React is split into two packages. Learn how react and react-dom work together, their specific roles, and the benefits of this architecture. A clear explanation with practical examples. 
- Level Up React : Deep Dive into React ElementsPublished: at 11:30 AM- Learn how React Elements work under the hood. Understand their structure, creation process, and the reconciliation mechanism. A comprehensive guide for React developers 
- Level Up React : Declarative vs Imperative ProgrammingPublished: at 10:00 AM- Discover how declarative programming transforms React development. Learn the key differences between imperative and declarative approaches through practical examples and understand why React embraces declarative programming for state, effects, lists, and conditional rendering. 
Tech Watch Posts
- How to Create Your Own Simple useState HookPublished: at 01:40 PM- Create your own simple React useState hook step by step in less than 10 minutes and completely understand why the rules for useState hook actually exist. 
- JavaScript Visualized: Event Loop, Web APIs, (Micro)task QueuePublished: at 02:53 PM- Learn how the browser event loop, task queue, microtask queue, and Web APIs work together to enable non-blocking, asynchronous JavaScript.