- expression-oriented programming one of the great advances of FP
- expressions plug together like legos, making more malleable programming experience in-the-small
Write in an expression-oriented style, scoping variables as locally as possible:
| npm install -g parcel-bundler | |
| npm init -y | |
| npm i react react-dom @types/react @types/react-dom | |
| tsc --init | |
| ======tsconfig.json======= | |
| uncomment and set jsx to "react" | |
| leave rest as default |