Skip to content

Files

Latest commit

6918449 · Jun 20, 2023

History

History
12 lines (11 loc) · 315 Bytes

09-build-tools-and-dependency-management.md

File metadata and controls

12 lines (11 loc) · 315 Bytes

Build Tools / Processes and Dependency Management

  • Node.js
    • Client side React uses node.js as a build tool... not as a server side runtime
  • Browsers only understand HTML / CSS / JS
    • Transpilation is needed
      • Babel
        • JSX
      • TypeScript
        • TSX
  • Dependency Management
    • npm / yarn / pnpm