Skip to content

Commit 13602a1

Browse files
committed
Update README file to reflect commits 80fba05, 5ce33bc, a655973
1 parent be1a835 commit 13602a1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

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

0 commit comments

Comments
 (0)