We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4626b commit fbe41acCopy full SHA for fbe41ac
src/README.md
@@ -106,12 +106,12 @@ src/
106
│ ├── components/ # React components
107
│ ├── constants/ #
108
│ ├── containers/ # More React components
109
-│ ├── reducers/ # Redux mechanism for updating state
+│ ├── slices/ # Redux Toolkit mechanism for updating state
110
│ ├── styles/ #
111
│ ├── FrontendTypes.ts # Library of typescript interfaces
112
│ ├── index.tsx # Starting point for root App component
113
│ ├── module.d.ts #
114
-│ └── store.tsx #
+│ └── store.ts #
115
│
116
├── backend/ # "Backend" code (injected into target app)
117
│ │ # Focus especially on linkFiber, timeJump, tree, and helpers
0 commit comments