We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6b3af commit 7ae5da4Copy full SHA for 7ae5da4
website/docs/introduction/Threading.md
@@ -7,7 +7,7 @@ hide_title: true
7
8
# Redux on Multi-threaded Platforms
9
10
-TLDR; use [createThreadSafeStore()](../api/createThreadSafeStore.md), unless your Javascript only
+TLDR; use [createThreadSafeStore()](../api/createThreadSafeStore.md), unless your app is Javascript only.
11
12
Redux in multi-threaded environments brings additional concerns that are not present in redux
13
for Javascript. Javascript is single threaded, so Redux.js did not have to address the issue.
0 commit comments