|
|
|
|
|
by afavour
1612 days ago
|
|
> Whats the purpose of sharing types? Server sends data as JSON to the client. Client parses JSON. Both now have the exact same data shape. Shared TS types let you use the same representation for the same data no matter where. |
|