Published onOctober 12, 2024Redux: State Management in ReactReduxReactIn Redux, state is handled globally and allows you to change the state from anywhere in the application
Published onOctober 8, 2024React Tips: Merge Hook Status from Multiple HooksReactShow how to effectively combine loading statuses from multiple React hooks using useMemo. This approach ensures your UI reflects accurate loading states while maintaining optimal performance.
Published onJuly 15, 2024React Tips: Upload Image in Next.js or React AppReactImplement a local image upload feature in your Next.js or React app with reusable hooks.
Published onMarch 14, 2024React Tips: Scroll to the bottomReactMake a scrollable component automatically scroll to the bottom whenever its content changes