This repository was archived by the owner on Jan 26, 2019. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork488
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
Add documentation detailing differences between CRA 2.0 and CRA-TS #438
Open
Description
It would be nice to list the main differences between the two projects, since there is quite a lot of overlapping functionality and can be somewhat confusing to developers who need to make a decision.
Here's what I have so far:
| CRA-TS | CRA 2.1.1 | |
|---|---|---|
| Namespaces | ✅ | ❌ |
baseUrl/paths | ✅ | ❌ |
Casting with<Type>expression | ✅ | ❌ |
| Type-Checking | Same process | Separate process |
| Transpilation | TypeScript | Babel |
Metadata
Metadata
Assignees
Labels
No labels