Blog

All the latest posts
React JS Sharif Ahmed views 24804 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 23049 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 20540 times
Solution for: Internal/modules/cjs/loader.js:892 throw error
React JS Ab Siddik views 6656 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 79950 times
new NativeEventEmitter()` was called with a non-null argument without the required `addListener` method - how to solve
Article Safiul Tarek views 7098 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 5434 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 31538 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 44655 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 481 times
Solution for: Can't import the named export 'Children' from non EcmaScript module (only default export is available)
React JS Safiul Tarek views 48932 times
Using Node JS 17 and getting this error during application start up using npm start command.
React JS Safiul Tarek views 11492 times
Getting this error when attempted to import some Icons from material-ui
Article Ab Siddik views 4875 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 64051 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 6045 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.