adam-golab / react-developer-roadmap

Roadmap to becoming a React developer
Other
18.72k stars 2.03k forks source link

Add class-transformer #15

Closed Michaelkire closed 5 years ago

Michaelkire commented 6 years ago

https://github.com/typestack/class-transformer

This tool takes a typescript model and some json data and combines it to a proper model (even with sub models). It maps all the way down through the object tree.

This makes you able to create proper domain models with methods etc.

adam-golab commented 5 years ago

I'm closing this issue as is not strictly related to React