- Cool form management
- Query
- Apollo (another graphql clients are good to: Relay, Urql)
- State managment for small project? (zustand)
- Global easy state (jotai)
- storybook
- Vite, react app builder
- Vitest, lib for testing for vite apps (seems better than jest)
- Compound components approach
- Video of file structure
- Best practices
- Deploy storybook UI in github actions
- Bun with Vite? 23.09.2023
- Preact signlas (store)? 22.11.2023
- Library to build components 28.11.2023
- SWC bundler for FE (better then babel)
- Hype component (standalone components) library shadcn. Each component need to install independently 10.03.2024
- Comlilator for React (will be replaced with React 19)
- Drizzle ORM. Lightwell syntex-based ORM library - Drizzle focuses more on syntax, TypeORM focuses more on type annotations and schema management
- State machine (xstate)
- Zod - type validation with transforming to ts schema
- Fastify (better than express)
- Graphql adaprter for fastify
- Nest
- Auth.js
- Bun, too fast to be ignored for BE dev 23.09.2023
Do not forget about cool tools examples on your driver