My recent activities...

 Stackoverflow,


 commented on Http request getting blocked when app deployed on Netlify 2 years ago

Your react application which is deployed at Netlify has served over HTTPS, and your submit event is trying to reach the HTTP endpoint which is not secured. That's why you are getting a mix-content error. Make sure to deploy both over HTTPS.

 earned Caucus badge 2 years ago


 earned Constituent badge 2 years ago


 earned Census badge 3 years ago


 earned Caucus badge 3 years ago


 earned Constituent badge 3 years ago


 commented on React Router Shows Blank Page When Using <Link> 3 years ago

And want to add this for anyone who is coming for help 👉 If you have a nested component. Don't use `<Router>` to wrap multiple `<Route>`s. use `< BrowserRouter>`

 commented on How can I fix the &quot;DevTools failed to load SourceMap: Could not load content&quot; error when adding a JavaScript library? 3 years ago

@CodeToLife this works. Any idea how it worked ? or the reason of existence of `/*# sourceMappingURL=bootstrap.min.css.map */` line ?

 earned Organizer badge 4 years ago


 suggested on Use encrypted database in react-native 4 years ago


 commented on How to do a nested if else statement in ReactJS JSX? 4 years ago

when using [] for rendering react throw warning of each child component should have a key prop.

 commented on react pass props from child back to parent 5 years ago

if you want to pass prop go down through many components better to use state management. So you can avoid having complex components.

 commented on React returning view from switch statement 5 years ago

Are those question type components class components? If yes how about in the constructor assign default values and then assign values coming from props in componentDidMount ?

 earned Caucus badge 6 years ago


 earned Constituent badge 6 years ago


 Github,