File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -80,11 +80,11 @@ NEXT_PUBLIC_API_URL=http://api.domain.com
8080- Package management: Webpack (included in NextJS)
8181- Transpiler: Speedy Web Compiler (included in NextJS)
8282- State management (client): Jotai
83- - State management (server ): TanStack Query
83+ - State management (data-fetch ): 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: Modern-normalize
87+ - Browser style normalization script: Normalize
8888- Stylesheet preprocessor: SCSS
8989- Stylesheet postprocessor: Postcss (included in NextJS)
9090- Postcss plugin: Autoprefixer (included in NextJS)
@@ -106,10 +106,8 @@ Root
106106 ├── index.ts
107107 ├── eachComponent.module.scss
108108 ├── eachComponentInteractor.tsx
109- ├── eachComponentStates.ts
110109 ├── eachComponentPresenter.tsx
111- ├── eachComponentViewName.tsx
112- └── eachComponentType.ts
110+ └── eachComponentViewName.tsx
113111├── controllers
114112 ├── index.ts
115113 ├── apiURLs.ts
You can’t perform that action at this time.
0 commit comments