DEV Community

Discussion on: Write your own type-safe reducer to normalize your data

Collapse
 
joaozitopolo profile image
Joao Polo • Edited

Hans... for me, it's other approach than normalizr, but I think it's a lot of verbose for a reducer.
Did you try to pass a complexity level checker?
BTW, I like the normalizr approach, it's a pity that normalizr was discontinued.

Collapse
 
hansjhoffman profile image
Hans Hoffman

@joaozitopolo Yes this approach is more verbose than just using normalizr, but it's for those that prefer a more functional approach using higher-kinded types. To each their own :)