Hello React and TypeScript
CtrlK
  • 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
  • CQRS
  • DAG
  • DDD
  • DOM
  • MVC
  • UDF
  • UI

Was this helpful?

Glossary

CQRS

Command Query Responsibility Segregation

DAG

Directed acyclic graph - https://en.wikipedia.org/wiki/Directed_acyclic_graph

DDD

Domain Driven Design

DOM

Document object model.

MVC

Model View Controller.

UDF

Unidirectional Data Flow

UI

User interface.

PreviousReferences

Last updated 6 years ago

Was this helpful?