Hello React and TypeScript
  • Introduction
  • Hello World Sample Code
    • Setting Up Samples
    • Component Basics
    • Components in Separate Files
    • Component Props and State
    • Component Interactivity
    • Accept User Input
    • Component Composition
    • Define Props and State Types
    • Form Input Types
  • Development Environment
    • IDE
    • Package Management
    • TypeScript Environment
    • Testing
    • Automation
  • React
  • TypeScript
  • TypeScript and React
  • References
  • Glossary
Powered by GitBook
On this page

Was this helpful?

Development Environment

One of the first thing to do before starting a new project is setting up a development environment. It is important to establish a good working environment with the tools and dependencies for effective and efficient development. Although we want an environment for React and TypeScript development, it isn't very different than a standard JavaScript setup.

PreviousForm Input TypesNextIDE

Last updated 5 years ago

Was this helpful?