You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,22 +140,27 @@ While this template provides a solid foundation, you might find these additional
140
140
### State Management
141
141
142
142
[Zustand](https://zustand.docs.pmnd.rs/getting-started/introduction): A minimal, unopinionated state management library cwith a simple API and hooks.
143
+
143
144
[Jotai](https://jotai.org/): A primitive and flexible state management library for React with atomic state.
144
145
145
146
### UI/UX Libraries
146
147
147
148
[Fluid-Tailwind](https://fluid.tw/): A utility-focused library that extends TailwindCSS for a more fluid design approach.
149
+
148
150
[shadcn/ui](https://ui.shadcn.com/c): A modern library that combines design tokens and utility classes for rapid UI development.
149
151
150
152
### ORMs
151
153
152
154
[Prisma](https://www.prisma.io/): A powerful ORM for working with databases, enabling type-safe queries and schema migrations.
155
+
153
156
[Drizzle](https://orm.drizzle.team/): A lightweight ORM alternative that offers a simpler API for SQL databases.
154
157
155
158
### Headless UI Components
156
159
157
160
[Radix UI](https://www.radix-ui.com/): A library of low-level, unstyled UI components for accessibility and customization.
161
+
158
162
[Headless UI](https://headlessui.com/): Tailored for React and Vue, it provides accessible, unstyled components that work seamlessly with TailwindCSS.
163
+
159
164
[React Aria](https://react-spectrum.adobe.com/react-aria/index.html): A suite of React hooks that helps you build accessible and robust user interfaces.
0 commit comments