Creating a simple React App for updating count and change props per button click from scratch. Main goal is to understand the inner workings of how a component renders, how React Hooks (useState, useEffect, useMemo) work, how to pass props from parent, how to handle state changes, under the hood.
- Component Rendering
- propss passing
- state changes
- useState Hook
- useEffect Hook
- useMemo Hook