I've read: How to setup Material-UI for React with Typescript?
I'm completely new to typescript and thought that typescript is a superset of normal javascript. If so why do I have to do: typings install dt~material-ui --global --save
in order to work with material-ui? Why does my materila-ui modules do not load without?
ERROR in ./source/scripts/components/app.tsx
(4,20): error TS2307: Cannot find module 'material-ui/AppBar'.