Skip to content

Commit

Permalink
Merge pull request #20 from spoeck/patch-1
Browse files Browse the repository at this point in the history
add a starter kit for material-ui
  • Loading branch information
tsiq-swyx committed Jun 19, 2018
2 parents 412825e + 6bae601 commit 14e276d
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Translations: [中文翻译](https://github.com/fi3ework/blog/tree/master/react-
2. <https://github.com/sw-yx/create-react-app-parcel-typescript> sets up a React + Typescript app with Parcel :)
3. <https://github.com/basarat/typescript-react/tree/master/01%20bootstrap> 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

Expand Down Expand Up @@ -964,12 +964,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

<details>
React Boilerplates:

<summary>Explanation</summary>
- <https://github.com/innFactory/create-react-app-material-typescript-redux> 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!
</details>
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
- <https://github.com/Microsoft/TypeScript-React-Native-Starter>

# Other React + Typescript resources

Expand Down

0 comments on commit 14e276d

Please sign in to comment.