Blog

All the latest posts
React JS Sharif Ahmed views 24349 times
[Solved] When running an application on android I get an error saying requireNativeComponent: "RNSScreenStackHeaderConfig" was not found in the UIManager when running android app.
React JS Sharif Ahmed views 22178 times
[Solved] a React js project I was trying to import firebase. Then I'm importing Firebase. So it showed, import firebase from 'firebase'; in firebase.js
React JS Tarif Hossain views 19695 times
Solution for: Internal/modules/cjs/loader.js:892 throw error
React JS Ab Siddik views 6526 times
How to fix "TypeError: Cannot read properties of undefined (reading 'map') React JS" issue. In this article, we will try to describe.
Article Safiul Tarek views 77116 times
new NativeEventEmitter()` was called with a non-null argument without the required `addListener` method - how to solve
Article Safiul Tarek views 6864 times
You didn't pass the invoice prop to your component, so it's undefined by default, and then you're referencing the property name in the Invoice component of an undefined prop, therefore you get the error.
React JS Ab Siddik views 4784 times
How to fix " Error importing Framer Motion v5 in React (with create-react-app)" issue. In this article, we will try to describe.
Article Ab Siddik views 29978 times
Recently, we working on a SPA(Single page application), we used React to develop this application. But when we try to integrate React router
React JS Sharif Ahmed views 43433 times
[Solved] while working with react-router we got an error saying, Matched leaf route at location "/" does not have an element. Because react-router version-6, you can't use the prop anymore.
React JS Tarif Hossain views 0 times
Solution for: Can't import the named export 'Children' from non EcmaScript module (only default export is available)
React JS Safiul Tarek views 48607 times
Using Node JS 17 and getting this error during application start up using npm start command.
React JS Safiul Tarek views 11154 times
Getting this error when attempted to import some Icons from material-ui
Article Ab Siddik views 4550 times
Recently, we working on a SPA(Single page application), we used React to develop this application. But when we try to import
React JS Sharif Ahmed views 62556 times
[Solved] While working with swiper 7 in React project we faced an error which says, Module not found: Can't resolve 'swiper/css'.
React JS Sharif Ahmed views 5876 times
[Solved] On a react project, I was trying to get the file and the line number but The Chrome console shows the log instead of providing the file and line number.