Skip to content

Commit 55c753e

Browse files
committed
Minor updates
1 parent 24556d9 commit 55c753e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)