Skip to content

Commit 1cf6462

Browse files
authored
Update ADVANCED.md
1 parent 20d1ac1 commit 1cf6462

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

ADVANCED.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,20 @@ For developing with Storybook, read the docs I wrote over here: <https://storybo
507507

508508
## Migrating From Flow
509509

510-
You may wish to use <https://github.com/piotrwitek/utility-types>. If you have specific advice in this area, please file a PR!
510+
You should check out large projects that are migrating from flow to pick up concerns and tips:
511+
512+
- [Jest](https://github.com/facebook/jest/pull/7554)
513+
- [Expo](https://github.com/expo/expo/issues/2164)
514+
- [React-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd/issues/982)
515+
- [Storybook](https://github.com/storybooks/storybook/issues/5030)
516+
- [VueJS](https://medium.com/the-vue-point/plans-for-the-next-iteration-of-vue-js-777ffea6fabf)
517+
518+
Useful libraries:
519+
520+
- https://github.com/bcherny/flow-to-typescript
521+
- <https://github.com/piotrwitek/utility-types>.
522+
523+
If you have specific advice in this area, please file a PR!
511524

512525
[Something to add? File an issue](https://github.com/sw-yx/react-typescript-cheatsheet/issues/new).
513526

0 commit comments

Comments
 (0)