profile picture

Matthew McCorry

.Net and TypeScript Developer

Blog Posts

Nominal Typing

Matt McCorry, 3 years ago

ReactTypeScript

Nominal Typing Problem Recently I have been working on a new proof of concept product. For speed, much of the API returns dictionaries, then…

React Dates

Matt McCorry, 3 years ago

ReactTypeScript

React Dates Working with dates in React causes problems. JSON has no date format, so the API will serve up strings with the dates in ISO…

VueJS vs React

Matt McCorry, 3 years ago

ReactVueJsJavaScript

Impressions of Vue vs React Whilst the two are client side JavaScript frameworks there are some major differences in the usage. Component…