Articles

Web programming languages and standards.

React: how to use Redux

Redux is a state management library for JavaScript, often used with React, although it can be adopted with other frameworks or libraries.

React: how components communicate

In this article, we will explore the different ways of communicating between components in React and how to effectively use the mechanisms provided by the library.

Back to top