Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```