Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theodorusclarence/expansion-pack
🔋 Useful stack expansion for ts-nextjs-tailwind-starter
https://github.com/theodorusclarence/expansion-pack
cypress nextjs nprogress react-hook-form react-query storybook swr tailwindcss zustand
Last synced: 8 days ago
JSON representation
🔋 Useful stack expansion for ts-nextjs-tailwind-starter
- Host: GitHub
- URL: https://github.com/theodorusclarence/expansion-pack
- Owner: theodorusclarence
- License: mit
- Created: 2021-12-04T10:01:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T14:18:18.000Z (4 months ago)
- Last Synced: 2024-10-15T00:21:26.238Z (24 days ago)
- Topics: cypress, nextjs, nprogress, react-hook-form, react-query, storybook, swr, tailwindcss, zustand
- Language: TypeScript
- Homepage:
- Size: 81.1 KB
- Stars: 102
- Watchers: 7
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# expansion-pack
[ts-nextjs-tailwind-starter](https://github.com/theodorusclarence/ts-nextjs-tailwind-starter) expansion pack
## Roadmap
- [x] React Hook Form + Form Input Components
- [x] Storybook
- [x] Cypress
- [ ] Authentication with Zustand
- [x] [Toast with React Query / SWR](https://theodorusclarence.com/blog/react-loading-state-pattern)
- [x] [Dialog Manager with Zustand](https://github.com/theodorusclarence/dialog-manager)
- [x] NProgress
- [x] I18n with next-i18next## React Hook Form
[See the readme](https://github.com/theodorusclarence/expansion-pack/blob/main/rhf/README.md)
```bash
curl -s https://raw.githubusercontent.com/theodorusclarence/expansion-pack/main/rhf/trigger.sh | bash -s
```## Storybook
[See the readme](https://github.com/theodorusclarence/expansion-pack/blob/main/storybook/README.md)
```bash
curl -s https://raw.githubusercontent.com/theodorusclarence/expansion-pack/main/storybook/trigger.sh | bash -s
```## Cypress
[See the readme](https://github.com/theodorusclarence/expansion-pack/blob/main/cypress/README.md)
```bash
curl -s https://raw.githubusercontent.com/theodorusclarence/expansion-pack/main/cypress/trigger.sh | bash -s
```## Toast with React Query / SWR
[See the readme](https://github.com/theodorusclarence/expansion-pack/blob/main/toast/README.md)
### React Query
```bash
curl -s https://raw.githubusercontent.com/theodorusclarence/expansion-pack/main/toast/trigger-rq.sh | bash -s
```### SWR
```bash
curl -s https://raw.githubusercontent.com/theodorusclarence/expansion-pack/main/toast/trigger-swr.sh | bash -s
```## Dialog Manager with Zustand
[See the readme](https://github.com/theodorusclarence/expansion-pack/blob/main/dialog-zustand/README.md)
```bash
curl -s https://raw.githubusercontent.com/theodorusclarence/expansion-pack/main/dialog-zustand/trigger.sh | bash -s
```## NProgress
[See the readme](https://github.com/theodorusclarence/expansion-pack/blob/main/nprogress/README.md)
```bash
curl -s https://raw.githubusercontent.com/theodorusclarence/expansion-pack/main/nprogress/trigger.sh | bash -s
```## next-i18next
[See the readme](https://github.com/theodorusclarence/expansion-pack/blob/main/next-i18next/README.md)
```bash
curl -s https://raw.githubusercontent.com/theodorusclarence/expansion-pack/main/next-i18next/trigger.sh | bash -s
```## tRPC
[See the readme](https://github.com/theodorusclarence/expansion-pack/blob/main/tRPC/README.md)
```bash
curl -s https://raw.githubusercontent.com/theodorusclarence/expansion-pack/main/tRPC/trigger.sh | bash -s
```