Skip to content

Commit 0962f52

Browse files
authored
Fix link to yarnpkg 'redux vue' search results (#2558)
The old link was getting redirected to https://classic.yarnpkg.com/en/packages with no search term. I re ran the search and found that we now need to use the classic.yarnpkg.com subdomain to link to a results page.
1 parent b9b8c69 commit 0962f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/state-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Large applications can often grow in complexity, due to multiple pieces of state
1212

1313
### Information for React Developers
1414

15-
If you're coming from React, you may be wondering how vuex compares to [redux](https://github.com/reactjs/redux), the most popular Flux implementation in that ecosystem. Redux is actually view-layer agnostic, so it can easily be used with Vue via [simple bindings](https://yarnpkg.com/en/packages?q=redux%20vue&p=1). Vuex is different in that it _knows_ it's in a Vue app. This allows it to better integrate with Vue, offering a more intuitive API and improved development experience.
15+
If you're coming from React, you may be wondering how vuex compares to [redux](https://github.com/reactjs/redux), the most popular Flux implementation in that ecosystem. Redux is actually view-layer agnostic, so it can easily be used with Vue via [simple bindings](https://classic.yarnpkg.com/en/packages?q=redux%20vue&p=1). Vuex is different in that it _knows_ it's in a Vue app. This allows it to better integrate with Vue, offering a more intuitive API and improved development experience.
1616

1717
## Simple State Management from Scratch
1818

0 commit comments

Comments
 (0)