▲ 0 r/angular
I’ve been working on a small utility library called ngx-session-storage and I’d love to get some honest feedback from the community.
I felt that while native APIs are fine, I wanted something that felt more "Angular-native," especially with the shift toward Signals and the need for better type safety without boilerplate.
✨ Key Features:
- 🌍 SSR Safe: Prevents window is not defined errors during server-side execution.
- 🛡️ Type Safety: Full support for TypeScript Generics.
- 🔄 Reactive: Subscribe to storage changes using RxJS Observables.
- 🏷️ Namespace Support: Optional prefixing to avoid key collisions.
- 📦 Smart Serialization: Automatically handles JSON.stringify and JSON.parse
u/Automatic-Lynx-5018 — 25 days ago