Musste zuletzt öfters mal mit URL Search Parametern in React arbeiten und hatte das von Hand geschrieben. Stellt sich raus, muss man nicht. nuqs sieht ganz gut aus und tut bei mir gerade was es soll. https://nuqs.dev #nuqs #react
✅ Summary: State Pyramid
Don't just use one tool. Layer your state:
- **Async Data**: React Query (Server State)
- **Global UI**: Zustand (Client State)
- **Shareable**: nuqs (URL State)
- **Local**: useState (Component State)
Next stop: **4.4 i18n**.
If you want to earn global revenue, you need i18n. 🚀

