Project: RPG-Dice
2019-07-05
I built this little app, when I was working on Helsinki university’s
Fullstack MOOC 2019. I wanted to try out how Typescript pairs with React.
Maybe Typescripts best parts wont’t show, when making such small apps, but I
saw it’s potential. Defining types gives me a sense of safety and I much
prefer compilation errors to runtime errors, which really don’t hint at eg.
what could cause something to be undefined
.
Source code is available on my Github.