Skip to content

Posts under react

How to fix window is not defined error in Next.js
How to fix window is not defined error in Next.js
Abhishek EH | Dec 6, 2022 | 3 Min Read
Article how to fix the error "ReferenceError: window is not defined" in Next.js applications
Read More
How to build To-do list in React
How to build To-do list in React
Abhishek EH | Feb 15, 2022 | 10 Min Read
Step by step guide on how to build a to-do list in React. How to mark the task as done and how to delete a task. Also, retrieve the stored tasks from local storage.
Read More
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
© 2023 CodingDeft.Com