From 6975601a53018fbda24d7721784fe2ec44d9054c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Sp=C3=B6ck?= Date: Wed, 6 Jun 2018 10:00:34 +0200 Subject: [PATCH 1/2] add a starter kit for material-ui --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b08ddb73..d7996841 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ 2. sets up a React + Typescript app with Parcel :) 3. for manual setup of React + Typescript + Webpack + Babel +4. ready to go template with [Material-UI](https://material-ui.com/), routing and Redux + 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/). ## Import React From 6bae60155d688a867b317b96d60656997c06ce9e Mon Sep 17 00:00:00 2001 From: tsiq-swyx <35976578+tsiq-swyx@users.noreply.github.com> Date: Tue, 19 Jun 2018 14:53:52 -0400 Subject: [PATCH 2/2] add new boilerplates section thanks anton! --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d7996841..68c9b539 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,7 @@ 2. sets up a React + Typescript app with Parcel :) 3. for manual setup of React + Typescript + Webpack + Babel -4. ready to go template with [Material-UI](https://material-ui.com/), routing and Redux - -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 @@ -757,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