Skip to content

Commit 14e276d

Browse files
authored
Merge pull request #20 from spoeck/patch-1
add a starter kit for material-ui
2 parents 412825e + 6bae601 commit 14e276d

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Translations: [中文翻译](https://github.com/fi3ework/blog/tree/master/react-
7070
2. <https://github.com/sw-yx/create-react-app-parcel-typescript> sets up a React + Typescript app with Parcel :)
7171
3. <https://github.com/basarat/typescript-react/tree/master/01%20bootstrap> for manual setup of React + Typescript + Webpack + Babel
7272

73-
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/).
73+
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).
7474

7575
## Import React
7676

@@ -964,12 +964,16 @@ This is not yet written. Please PR or [File an issue](https://github.com/sw-yx/r
964964
- https://github.com/palantir/blueprint
965965
- https://github.com/Shopify/polaris
966966

967-
<details>
967+
React Boilerplates:
968968

969-
<summary>Explanation</summary>
969+
- <https://github.com/innFactory/create-react-app-material-typescript-redux> ready to go template with [Material-UI](https://material-ui.com/), routing and Redux
970970

971-
This is not yet written. Please PR or [File an issue](https://github.com/sw-yx/react-typescript-cheatsheet/issues/new) with your suggestions!
972-
</details>
971+
React Native Boilerplates: *contributed by [@spoeck](https://github.com/sw-yx/react-typescript-cheatsheet/pull/20)*
972+
973+
- https://github.com/GeekyAnts/react-native-seed
974+
- https://github.com/lopezjurip/ReactNativeTS
975+
- https://github.com/emin93/react-native-template-typescript
976+
- <https://github.com/Microsoft/TypeScript-React-Native-Starter>
973977

974978
# Other React + Typescript resources
975979

0 commit comments

Comments
 (0)