Skip to content

Commit

Permalink
Mention lyft/react-javascript-to-typescript-transform in README
Browse files Browse the repository at this point in the history
  • Loading branch information
markogresak committed Feb 28, 2018
1 parent b3efbcc commit 97c468e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
@@ -1,5 +1,9 @@
# Rename .js to .tsx

**I suggest using [react-javascript-to-typescript-transform](https://github.com/lyft/react-javascript-to-typescript-transform). It's a smart tool for migrating from React with JavaScript to React with TypeScript which also maps `propTypes` to TypeScript `type`.**

---

This is a short script, which will rename all `.js` files to `.tsx` (TypeScript with JSX support).

```
Expand Down

0 comments on commit 97c468e

Please sign in to comment.