Skip to content
How to refresh a page or a component in React
How to refresh a page or a component in React
Abhishek EH | Dec 2, 2022 | 2 Min Read
Tutorial how to hard refresh a page in React when a button is clicked and how to soft refresh the page when the component state is updated.
Read More
How to store and update objects in React useState hook
How to store and update objects in React useState hook
Abhishek EH | Dec 16, 2022 | 3 Min Read
Guide on how to store and modify objects in useState hook without mutating other object properties.
Read More
How to fix - this.setState is not a function error in React
How to fix - this.setState is not a function error in React
Abhishek EH | Jan 21, 2022 | 3 Min Read
Guide on why this.setState is not a function error or Cannot read properties of undefined (reading 'setState') occurs and explanation on how to fix the error in 2 different ways.
Read More
How to deploy React application to AWS Amplify (Amazon Web Services)?
How to deploy React application to AWS Amplify (Amazon Web Services)?
Abhishek EH | Jan 9, 2023 | 3 Min Read
Tutorial on how to create a Project in AWS Amplify, integrate the project from git and deploy static react apps created using created react app to AWS amplify. Also, how to configure a custom domain.
Read More
How to deploy React application to Google Cloud (App Engine)?
How to deploy React application to Google Cloud (App Engine)?
Abhishek EH | Jan 9, 2023 | 5 Min Read
Tutorial on how to create a Project in Google Cloud, Deploy React app created using Create React App to Google App Engine and configure a custom domain
Read More
What is the !! (not not) operator in JavaScript?
What is the !! (not not) operator in JavaScript?
Abhishek EH | Jan 12, 2022 | 3 Min Read
Guide on what is not not or double bang (!!) operator in JavaScript and how it can be used to evaluate the truthiness of an expression.
Read More
© 2023 CodingDeft.Com