Skip to content

Commit 6bae601

Browse files
authored
add new boilerplates section
thanks anton!
1 parent 6975601 commit 6bae601

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@
6363
2. <https://github.com/sw-yx/create-react-app-parcel-typescript> sets up a React + Typescript app with Parcel :)
6464
3. <https://github.com/basarat/typescript-react/tree/master/01%20bootstrap> for manual setup of React + Typescript + Webpack + Babel
6565

66-
4. <https://github.com/innFactory/create-react-app-material-typescript-redux> ready to go template with [Material-UI](https://material-ui.com/), routing and Redux
67-
68-
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/).
66+
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).
6967

7068
## Import React
7169

@@ -757,12 +755,16 @@ This is not yet written. Please PR or [File an issue](https://github.com/sw-yx/r
757755
- https://github.com/palantir/blueprint
758756
- https://github.com/Shopify/polaris
759757

760-
<details>
758+
React Boilerplates:
761759

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

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

767769
# Other React + Typescript resources
768770

0 commit comments

Comments
 (0)