Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit c74f2c6

Browse files
committed
Add table detailing differences between CRA and CRA-TS
Fixes #438
1 parent 5939b6b commit c74f2c6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@ yarn start
2525
Then open [http://localhost:3000/](http://localhost:3000/) to see your app.<br>
2626
When you’re ready to deploy to production, create a minified bundle with `npm run build`.
2727

28+
## Differences between CRA and CRA-TS
29+
30+
| | CRA-TS | CRA 2.1.1 |
31+
|---|:-:|:-:|
32+
| Namespaces |||
33+
| `baseUrl`/`paths` |||
34+
| Casting with `<Type>expression` |||
35+
| Type-Checking | Same process | Separate process |
36+
| Transpilation | TypeScript | Babel |
37+
2838
## Migration
2939

3040
In general, most upgrades won't require any migration steps to work, but if you experience problems after an upgrade, please file an issue, and we'll add it to the list of migration steps below.

0 commit comments

Comments
 (0)