Programmatic form submission in React

Submitting forms programmatically in React is much harder than it seems at first. Especially if we want to do it from the level of another component. In addition, the solution…

Read more »
React JS - handling url parameters

Getting parameters from URL in a React application

The question about getting parameters from the URL address appears on forums for developers very often. In this post, I am going to show you two very simple, yet useful…

Read more »

A callback function of setState in ReactJS

In this post, I am going to briefly explain how to use a callback function of the setState() method. The behavior of the setState() method seems simple but sometimes it…

Read more »