Skip to content

Commit

Permalink
Remove redux mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
pamella committed May 15, 2024
1 parent c6f89ad commit 37d8ba0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module.exports = {
parser: "@typescript-eslint/parser",
extends: ["vinta/recommended-typescript"],
rules: {
"default-param-last": "off", // due to initialState in Redux
"import/extensions": [
"error",
"ignorePackages",
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ Also, includes a Render.com `render.yaml` and a working Django `production.py` s
- `axios` for performing asynchronous calls
- `cookie` for easy integration with Django using the `csrftoken` cookie
- `openapi-ts` for generating TypeScript client API code from the backend OpenAPI schema
- `@reduxjs/toolkit` for easy state management across the application with the whole toolkit including devtools for inspecting and debugging Redux via browser and ability to run thunks for interacting with the Redux store through asynchronous logic
- `connected-react-router` for integrating Redux with React Router
- `history` for providing browser history to Connected React Router
- `react-redux` for integrating React with Redux
- Utilities
- `lodash` for general utility functions
- `classnames` for easy working with complex CSS class names on components
Expand Down

0 comments on commit 37d8ba0

Please sign in to comment.