Would you use an actively maintained, compatibility-first successor to Normalizr? #5442
davideagosti-dev
started this conversation in
Ideas
Replies: 1 comment 1 reply
|
Transferred the discussion to the RTK repo. Tbh I don't know who is using Normalizr, but I'd certainly be happy to see someone pick it up or provide a modern option. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
I've been looking at the current state of Normalizr and the discussion around its future, and I'd be willing to take responsibility for building and maintaining a modern, compatibility-first successor.
My intention would not be to create another short-lived fork or redesign the library unnecessarily.
The goal would be to preserve the existing Normalizr API as closely as reasonably possible, while modernizing the project around current JavaScript/TypeScript and Node.js tooling, addressing outstanding bugs, improving the type system, testing and CI, and maintaining it long-term.
Because this would initially need to be published as a separate npm package, existing users would at minimum need to change their dependency and imports:
"normalizr"
→
""
Where possible, I would like the rest of the migration to require little or no application-level rewriting.
Before starting the implementation, I'd like to understand how many developers are still using Normalizr in real applications and whether a compatibility-first maintained successor would actually be useful.
If you're currently using Normalizr:
If there is genuine interest, I'm willing to treat this as a long-term open-source maintenance project rather than simply publishing another temporary fork.
And if the project proves stable, well-maintained and compatible over time, I'd also be open to discussing whether contributing that work back upstream or taking on maintenance of Normalizr itself would make sense.
I'd particularly like to hear from teams that still have Normalizr in production today.
All reactions