## React
- One-way data flow, from parent components to children only, making debugging straightforward and dataflow straightforward.
- [Thinking in React](https://react.dev/learn/thinking-in-react)
## Libraries
- [shadcn/ui](https://ui.shadcn.com), reusable components
-