Skip to content

Commit 0c0c47c

Browse files
committed
chore: Update README with additional state management, UI/UX libraries, ORMs, and headless UI components
1 parent 0bdfbba commit 0c0c47c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,22 +140,27 @@ While this template provides a solid foundation, you might find these additional
140140
### State Management
141141

142142
[Zustand](https://zustand.docs.pmnd.rs/getting-started/introduction): A minimal, unopinionated state management library cwith a simple API and hooks.
143+
143144
[Jotai](https://jotai.org/): A primitive and flexible state management library for React with atomic state.
144145

145146
### UI/UX Libraries
146147

147148
[Fluid-Tailwind](https://fluid.tw/): A utility-focused library that extends TailwindCSS for a more fluid design approach.
149+
148150
[shadcn/ui](https://ui.shadcn.com/c): A modern library that combines design tokens and utility classes for rapid UI development.
149151

150152
### ORMs
151153

152154
[Prisma](https://www.prisma.io/): A powerful ORM for working with databases, enabling type-safe queries and schema migrations.
155+
153156
[Drizzle](https://orm.drizzle.team/): A lightweight ORM alternative that offers a simpler API for SQL databases.
154157

155158
### Headless UI Components
156159

157160
[Radix UI](https://www.radix-ui.com/): A library of low-level, unstyled UI components for accessibility and customization.
161+
158162
[Headless UI](https://headlessui.com/): Tailored for React and Vue, it provides accessible, unstyled components that work seamlessly with TailwindCSS.
163+
159164
[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.
160165

161166
## 🤝 Contributing

0 commit comments

Comments
 (0)