I recently came across a post on setting up Material-UI for React with Typescript on Stack Overflow: How to setup Material-UI for React with Typescript?
As someone who is brand new to typescript, I initially assumed that typescript was simply a superset of regular javascript. So, I'm puzzled as to why I need to execute the command:
typings install dt~material-ui --global --save
in order to use material-ui. Why are my material-ui modules not loading without this step?
ERROR in ./source/scripts/components/app.tsx
(4,20): error TS2307: Cannot find module 'material-ui/AppBar'.