diff --git a/README.md b/README.md index b08ddb73..68c9b539 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ 2. sets up a React + Typescript app with Parcel :) 3. for manual setup of React + Typescript + Webpack + Babel -In particular, make sure that you have `@types/react` and `@types/react-dom` installed. [Read more about the DefinitelyTyped project if you are unfamiliar](https://definitelytyped.org/). +In particular, make sure that you have `@types/react` and `@types/react-dom` installed. [Read more about the DefinitelyTyped project if you are unfamiliar](https://definitelytyped.org/). There are also many React + Typescript boilerplates, please see [our Resources list below](https://github.com/sw-yx/react-typescript-cheatsheet#recommended-react--typescript-codebases-to-learn-from). ## Import React @@ -755,12 +755,16 @@ This is not yet written. Please PR or [File an issue](https://github.com/sw-yx/r - https://github.com/palantir/blueprint - https://github.com/Shopify/polaris -
+React Boilerplates: -Explanation +- ready to go template with [Material-UI](https://material-ui.com/), routing and Redux -This is not yet written. Please PR or [File an issue](https://github.com/sw-yx/react-typescript-cheatsheet/issues/new) with your suggestions! -
+React Native Boilerplates: *contributed by [@spoeck](https://github.com/sw-yx/react-typescript-cheatsheet/pull/20)* + +- https://github.com/GeekyAnts/react-native-seed +- https://github.com/lopezjurip/ReactNativeTS +- https://github.com/emin93/react-native-template-typescript +- # Other React + Typescript resources