File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -79,12 +79,12 @@ NEXT_PUBLIC_API_URL=http://api.domain.com
7979- Website server-side rendering framework: NextJS
8080- Package management: Webpack (included in NextJS)
8181- Transpiler: Speedy Web Compiler (included in NextJS)
82- - State management (client): Recoil
82+ - State management (client): Jotai
8383- State management (server): TanStack Query
8484- HTTP interface: fetch API (part of WHATWG Web Standard)
8585- JavaScript Testing Framework: Jest
8686- React Testing Library: @testing-library/react
87- - Browser style normalization script: Normalize
87+ - Browser style normalization script: Modern-normalize
8888- Stylesheet preprocessor: SCSS
8989- Stylesheet postprocessor: Postcss (included in NextJS)
9090- Postcss plugin: Autoprefixer (included in NextJS)
@@ -113,6 +113,10 @@ Root
113113├── controllers
114114 ├── index.ts
115115 ├── apiURLs.ts
116+ ├── data
117+ ├── states.ts
118+ ├── types.ts
119+ └── staticQuery.ts
116120 ├── net
117121 └── staticQuery.ts
118122 └── moreControllers.ts
You can’t perform that action at this time.
0 commit comments