Hi Guys, Is there any way to prevent Header and Footer component to re-render every time during route change?
Hi everyone, After installing socket.io I get this error. Also, I have install the following babel plugins but not working. What should I do? @babel/plugin-proposal-object-re...
Hi guys, I have a PWA in a subdomain and also I have a main website in my domain and when user do add to home screen in main website, I want to add PWA to home screen. I have ...
Hi guys, I have an API that returns a image and I set it as a src in img tag in the GitHub Readme. but my problem is when my image changed from API, the image doesn't update i...
Hi, I'm using react-navigation and I have a problem. While I want to get data from API bottom navigation not working. anyone know why?
Hi I wanna build a release APK of my react native application but it show me this error. when I search it in google, they say I should add google repositories in gradle file b...
I want to download my electron application updates inside my application and install it automatically. is there any way to do it without electron-updater and code-signing? #el...
I think I find the solution. I'm writing the following code and it's work. UserModel.find( { phone: { $in: phones } }, ); Is it the good solution?
Hi I'm using mongoose and I want to search a list of phone numbers in User model and detect the exists phone numbers. whats the best way?
Hi I have a nodejs script that I want to run it as administrator in windows. Is there anyway to do it in nodejs?
how can I get the count of items between two ObjectId in my model in mongoose?