Skip to content

Commit

Permalink
enhance: Remove @data-client/redux (#3101)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Jun 14, 2024
1 parent b1ee763 commit f4ca16c
Show file tree
Hide file tree
Showing 25 changed files with 14 additions and 1,059 deletions.
2 changes: 1 addition & 1 deletion examples/coin-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@babel/runtime": "^7.22.15",
"@data-client/img": "^0.12.3",
"@data-client/react": "^0.12.13",
"@data-client/redux": "^0.13.0",
"@data-client/redux": "^0.12.0",
"@data-client/rest": "^0.12.3",
"d3": "^7.9.0",
"history": "*",
Expand Down
2 changes: 0 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const baseConfig = {
'DevtoolsManager',
'packages/test',
'packages/graphql',
'packages/redux',
'packages/ssr',
'packages/rest/src/next',
'packages/core/src/next',
Expand All @@ -45,7 +44,6 @@ const packages = [
'graphql',
'core',
'react',
'redux',
'normalizr',
'use-enhanced-reducer',
'hooks',
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.2",
"react-test-renderer": "18.3.1",
"redux": "5.0.1",
"rimraf": "^5.0.0",
"rollup": "2.79.1",
"rollup-plugin-babel": "^4.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ automatic expiry policies, data normalization. Consumes [TypeScript Standard End
### Framework Implementations

- [React](https://www.npmjs.com/package/@data-client/react)
- [React-Redux](https://www.npmjs.com/package/@data-client/redux)
- [React-Redux](https://dataclient.io/docs/guides/redux)

### Sample React Hook suspense implementation

Expand Down
4 changes: 0 additions & 4 deletions packages/redux/.gitignore

This file was deleted.

236 changes: 0 additions & 236 deletions packages/redux/CHANGELOG.md

This file was deleted.

Loading

0 comments on commit f4ca16c

Please sign in to comment.