Contributions

Article
Find out how to handle delete request in React project. How to connect redux files with the component to show the data on the page.
Article
Find out how to handle put request in React project by using dynamically created update form and life cycle hooks to fetch and update data.
Article
In this post, you can learn more about React form validation and how sending POST requests in React works.
Article
In this post, we are going to create a new form component for the post actions and modal components to display success and error messages. We are going to reuse them in every parent component that needs those modal components. Furthermore, we are going to create all the input fields from the config file dynamically, since we want to make our code reusable.
Article
In part 5 of the React series: React Error Handling, we are going to create error handling reducer and action to handle HTTP errors. The React Series is about the utilization of the free technologies like MySql, .NET Core and React to make a responsive, flexible and robust web application at zero cost.
Article
In part 4 of the React series: React Lazy Loading, we are going to use lazy load feature to load components in an async way. The React Series is about the utilization of the free technologies like MySql, .NET Core and React to make a responsive, flexible and robust web application at zero cost.