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

Commit

Permalink
Add table detailing differences between CRA and CRA-TS
Browse files Browse the repository at this point in the history
  • Loading branch information
hassankhan committed Nov 4, 2018
1 parent 5939b6b commit e61f679
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ yarn start
Then open [http://localhost:3000/](http://localhost:3000/) to see your app.<br>
When you’re ready to deploy to production, create a minified bundle with `npm run build`.

## Differences between CRA and CRA-TS

| | CRA-TS | CRA 2.1.1 |
|---|:-:|:-:|
| Namespaces |||
| `baseUrl`/`paths` |||
| Casting with `<Type>expression` |||
| Type-Checking | Same process | Separate process |
| Transpilation | TypeScript | Babel |

## Migration

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.
Expand Down

0 comments on commit e61f679

Please sign in to comment.