DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Introduction to Redux

5 years ago dzone.com
Introduction to Redux

Summary: This is a summary of an article originally published by the source. Read the full original article here →

The whole point with Redux is to have one single source of truth for your application state. The state is stored as a plain Javascript object in one place: the Redux Store. The state object is read-only. If you want to change the state, you need to emit an Action, which is a plain JavaScript object.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com