Skip to content

Commit

Permalink
docs: add more sources
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrusegard committed Aug 25, 2024
1 parent 8c29ce2 commit b1121a7
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,27 @@

Here is a list of documentation to help you get started:

### Frontend

- [React](https://react.dev/reference/react) - Library for building user interfaces
- [Next.js](https://nextjs.org/docs) - Framework for routing and server-side rendering
- [Next-intl](https://next-intl-docs.vercel.app/) - Internationalization library
- [nuqs](https://nuqs.47ng.com/docs/installation) - Easy to use query params
- [Tanstack Form](https://tanstack.com/form/latest/docs/overview) - When we need to handle form validation (shadcn/ui uses react-hook-form. but I think this is better, we will figure it out)
- [Tanstack Query](https://tanstack.com/query/latest/docs/framework/react/overview) - TRPC wraps Tanstack Query which is how we fetch data from the backend

#### Styling

- [Tailwind CSS](https://tailwindcss.com/docs) - Styling library
- [Class Variance Authority](https://beta.cva.style/) - Tool for creating style variants in our UI components
- [Shadcn/ui](https://ui.shadcn.com/docs) - Reusable UI components
- [Radix UI Primitives](https://www.radix-ui.com/primitives/docs/overview/introduction) - Primitives library that Shadcn/ui is built on, great documentation if you need to access the underlying components
- [Aceternity/ui](https://ui.aceternity.com/components) - More fancy components
- [shadcn/ui](https://ui.shadcn.com/docs) - Reusable UI components
- [Radix UI Primitives](https://www.radix-ui.com/primitives/docs/overview/introduction) - Primitives library that shadcn/ui is built on, great documentation if you need to access the underlying components
- [Aceternity/ui](https://ui.aceternity.com/components) - More fancy components that can be used (matches shadcn/ui)
- [tsparticles](https://github.com/tsparticles/react) - Cool particles library we can use as backgrounds
- [Lucide](https://lucide.dev/icons/) - Icons library

### Backend

- [Drizzle](https://orm.drizzle.team/docs/overview) - ORM for interacting with the database
- [TRPC](https://trpc.io/docs) - Tool for creating API endpoints as functions

Expand Down

0 comments on commit b1121a7

Please sign in to comment.