Skip to content

Commit a4c5982

Browse files
committed
Remove Redux package and example app
1 parent 46ed2d7 commit a4c5982

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)