# How Migrating from Vanilla Redux to Redux Toolkit Improved State Management in Shopify POS

DevFeed: [How Migrating from Vanilla Redux to Redux Toolkit Improved State Management in Shopify POS](<https://devfeed.tech/articles/how-migrating-from-vanilla-redux-to-redux-toolkit-improved-state-management-in-shopify-pos-1537.md>)

Original publisher: [Read original article](<https://shopify.engineering/react-redux-toolkit-migration>)

Author: Daniel Friyia

Published: 2023-03-31T13:30:02Z

Content type: article

Language: en

Sources: [Shopify Engineering](<https://devfeed.tech/sources/shopify-engineering.md>), [Shopify Engineering - Shopify Engineering](<https://devfeed.tech/sources/shopify-engineering-shopify-engineering.md>)

Topics: [migration](<https://devfeed.tech/topics/migration.md>), [Boilerplate](<https://devfeed.tech/topics/boilerplate.md>)

Tags: [migration](<https://devfeed.tech/tags/migration.md>), [react](<https://devfeed.tech/tags/react.md>), [react-native](<https://devfeed.tech/tags/react-native.md>), [redux](<https://devfeed.tech/tags/redux.md>), [shopify](<https://devfeed.tech/tags/shopify.md>)

## AI overview

Shopify describes migrating its POS application's state management from Vanilla Redux to Redux Toolkit to reduce boilerplate while preserving existing logic and Redux's unidirectional flow.

## Source excerpt

A look at Shopify's experience improving state management in the Shopify POS app by migrating from a Vanilla Redux codebase to Redux Toolkit one.