Articles
IMy latest articles.
Protecting API Requests Using Nonce, Redis, and Time-Based Validation
Learn the essential techniques and best practices for creating responsive web designs that adapt seamlessly to various screen sizes and devices.
RS Authenticator – Your Ultimate 2FA Security Solution!
Learn the essential techniques and best practices for creating responsive web designs that adapt seamlessly to various screen sizes and devices.
কিভাবে রিয়াক্ট এর Context API, useReducer, Custom Hooks দ্বারা Redux এর মতো state ম্যানেজ করতে পারি।
আজকে আমরা আলোচনা করব কিভাবে রিয়াক্ট এর Context API, useReducer, Custom Hooks দ্বারা Redux এর মতো `state` ম্যানেজ করতে পারি। এগুলো নিয়ে যারা অলরেডি জানেন বা গবেষণা করেছেন তারা এই পোস্টটি এড়িয়ে যেতে পারেন । কিভাবে Redux ছাড়াই Redux এর মত করে reducer, dispatch, actions ব্যাবহার করতে পারি সেটা দেখব.
Dynamic Image Load for Slow network
if you put big image on img tag. it ok. but when network is very slow than this image no longer display till entire downloaded this. So. what solution ? How to make it better user experience. We can different way to solve this problem
Automatic Batching in react v18 new feature
Batching is a React feature that combines all the state updates into a single update. Single re-render improving huge performance in out app. In earlier versions of React, batching was only done for the event handlers not inside async function or setTimeout callback function. By default React batching inside native event handlers.
A Custom Reusable Delete Confirmation Modal Hook in React
A lightweight, reusable delete confirmation modal hook in React. This hook allows you to show a consistent, customizable confirmation dialog before performing destructive actions like deleting data. It works seamlessly with modern React and TailwindCSS, without relying on third-party libraries.