Functional setState in React

React has popularized functional programming in JavaScript. This has led to giant frameworks adopting the Component-based UI pattern that… Read more

Similar

React and Redux with TypeScript

The most important element of a React + Redux application is "state". The state decides what the user interface will look like therefore it becomes essential to make sure that the state is always in a consistent and stable state. (more…)

Read more »