Typescript: do not use enums
Typescript enums are bad. Never use them, use a record as const instead. Note: This still applies after the 5.0 release with enum improvements (they are not bad instead of terrible).
Go to contentPrevious postslides.com
Next PostGraphQL: Designing a Data Language