Blog

All the latest posts
Article Tarif Hossain views 24765 times
window is not defined in Next.js react app
Article Ab Siddik views 2327 times
multiple re-render on state change in react useState hook.
Article Ab Siddik views 8112 times
How to access Data attribute in Button Click Event in React JS? In this article I try to explain how to we use it.
Article Ab Siddik views 5031 times
How can I solve this error 'don't use object as a type'? In this article we try to solve this issue.
Article Ab Siddik views 26455 times
In React sometime we need to call child method from parent in react. In this article, we will describe how to we do it.
Article Mohaimen Khalid views 1001 times
I have a simple ngFor Loop, it also tracks the current index. I want to index The value is stored in the attribute so that I can print it. But I can't figure out how it works.
Article Mohaimen Khalid views 1534 times
Type error: Return value of Symfony\Component\DomCrawler\Crawler::createSubCrawler() must be an instance of Symfony\Component\DomCrawler\object, instance of Symfony\Component\DomCrawler\Crawler returned
Article Tarif Hossain views 7839 times
How to use dynamic link in next js Image
Article Sharif Ahmed views 1144 times
useEffect hook is used to execute some logic after rendering the component. React calls the function passed to the “useEffect” on initial render or re-render of a component.
Article Sharif Ahmed views 4134 times
Most of the time, developers use the map function in jsx to render a list of items. But sometimes, a situation may occur when you need to use a for loop in the jsx.
Article Tarif Hossain views 3016 times
query strings with react router,react get url params without router,how to get query string parameter in react js,react get url params without router,how to handle query params in react router
Article Sharif Ahmed views 845 times
(...) operator is one of the coolest features of Javascript's ES6. The (...) operator behaves differently in different contexts. In some contexts, it is the "spread" operator and in a different context, this could also be the "rest" operator.
Article Tarif Hossain views 6045 times
Get code examples like "How to pass params with history.push in react-router"
Article Tarif Hossain views 75673 times
Let’s dive into why React.useState do not update immediately.
Article Tarif Hossain views 20865 times
solution for npm start error with create-react-app