Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 2a472b0

Browse files
authored
Update README.md
1 parent 7a89900 commit 2a472b0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ A template for using electron quickly.
66

77
- App framework: [`electron`](https://www.electronjs.org/)
88
- App build tool: [`electron-builder`](https://www.electron.build/)
9+
- App storage: [`electron-store`](https://github.com/sindresorhus/electron-store)
910
- Bundle tool: [`vite`](https://vitejs.dev/)
1011
- Frontend framework: `react` + `typescript`
11-
- Code style: `eslint` + `prettier`
12-
- File-system based router: [`generouted`](https://github.com/oedotme/generouted)
12+
- Code style: `eslint` + `prettier` + [`@trivago/prettier-plugin-sort-imports`](https://github.com/trivago/prettier-plugin-sort-imports)
13+
- File-system based router: [`generouted`](https://github.com/oedotme/generouted) + [`@tanstack/react-location`](https://react-location.tanstack.com/overview)
1314
- CSS: [`styled-components`](https://styled-components.com/)
1415
- State management library: [`recoil`](https://hookstate.js.org/)
1516
- Date: [`dayjs`](https://day.js.org/)
17+
- Form value handle: [`formik`](https://formik.org/)
1618

1719
## Getting Started
1820

0 commit comments

Comments
 (0)