use redux toolkit

Using redux directly has been deprecated. Using redux toolkit offers
some more safety checks (and could potientially replace some use of
sagas).
This commit is contained in:
David Lechner
2022-06-15 12:03:29 -05:00
committed by David Lechner
parent c2e38664dc
commit 2686e0e5d3
4 changed files with 86 additions and 9 deletions
+1
View File
@@ -15,6 +15,7 @@
"@pybricks/firmware": "4.15.0",
"@pybricks/ide-docs": "2.2.0",
"@pybricks/mpy-cross-v5": "^2.0.0",
"@reduxjs/toolkit": "^1.8.2",
"@shopify/react-i18n": "^7.1.3",
"@svgr/webpack": "^6.2.1",
"@testing-library/dom": "^8.13.0",