Previously, I was doing a direct api json response translation into javascript object. This was good enough to get things moving, but it's been a bit clunky. This pr introduces an extra transformation layer to convert the json object into proper javascript classes, and should hopefully cut down on the null/undefined hell. It also makes things feel a little more data oriented 😎
Previously, I was doing a direct api json response translation into javascript object. This was good enough to get things moving, but it's been a bit clunky. This pr introduces an extra transformation layer to convert the json object into proper javascript classes, and should hopefully cut down on the null/undefined hell. It also makes things feel a little more data oriented 😎