adam-golab / react-developer-roadmap

Roadmap to becoming a React developer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add class-transformer

Michaelkire opened this issue · comments

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.

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