Skip to content

Commit 557b868

Browse files
authored
Remove deprecated Redux package and RTK example app (#73)
This PR removes all Redux-specific support from the repo now that @trrack/redux is no longer supported. It deletes the packages/redux workspace and the apps/rtk-trrack-example example app, updates root workspace scripts so build/test/lint automation only targets @trrack/core, removes now-unused root dependencies like react-redux, refreshes yarn.lock, and updates the README to reflect the new repo structure. ## Why Redux support is deprecated and should no longer be shipped, exercised in CI, or documented as part of the active workspace. ## Changes - Remove packages/redux - Remove apps/rtk-trrack-example - Update root package.json scripts to stop building/testing/linting Redux - Remove unused root Redux-related dependencies - Refresh yarn.lock - Update README repo structure/docs
2 parents 46ed2d7 + a4c5982 commit 557b868

59 files changed

Lines changed: 8 additions & 2035 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,9 @@ trrack-monorepo
5252
|
5353
|--- pacakges # trrack library is located in this folder
5454
|--- core # Core action-based tracking library
55-
|--- redux # Redux toolkit wrapper for core
5655
|
5756
|--- apps # Trrack examples are located in this folder
5857
|--- react-trrack-example
59-
|--- rtk-trrack-example
6058
```
6159

6260
Following the standards for Nx monorepos please install any dependency for the applications directly to root workspace. This ensures all the applications use same versions of any dependency. For the packages, install the dependency to appropriate package.

apps/rtk-trrack-example/.babelrc

Lines changed: 0 additions & 11 deletions
This file was deleted.

apps/rtk-trrack-example/.browserslistrc

Lines changed: 0 additions & 16 deletions
This file was deleted.

apps/rtk-trrack-example/.eslintrc.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

apps/rtk-trrack-example/index.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

apps/rtk-trrack-example/package.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

apps/rtk-trrack-example/src/app/App.tsx

Lines changed: 0 additions & 103 deletions
This file was deleted.

apps/rtk-trrack-example/src/app/components/Navbar.tsx

Lines changed: 0 additions & 97 deletions
This file was deleted.

apps/rtk-trrack-example/src/app/features/counter/counterSlice.ts

Lines changed: 0 additions & 30 deletions
This file was deleted.

apps/rtk-trrack-example/src/app/features/counter/types.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)