diff --git a/README.md b/README.md index 7815d30695e..b0123b4fb6e 100644 --- a/README.md +++ b/README.md @@ -97,9 +97,10 @@ If React doesn’t make sense for your application, you can use a CSS-only versi We have created example applications to document some of the ways you could include Polaris in one of your own applications. Each of these examples includes further documentation on how to install dependencies and run the app: - [create-react-app example](https://github.com/Shopify/polaris-react/tree/master/examples/create-react-app) +- [create-react-app with TypeScript and react-testing example](https://github.com/Shopify/polaris-react/tree/master/examples/create-react-app-ts-react-testing) - [Webpack example](https://github.com/Shopify/polaris-react/tree/master/examples/webpack) -- [Browserify example](https://github.com/Shopify/polaris-react/tree/master/examples/browserify) - [CSS-only example](https://github.com/Shopify/polaris-react/tree/master/examples/cdn-styles) +- [next.js example](https://github.com/Shopify/polaris-react/tree/master/examples/next.js) ## Development diff --git a/UNRELEASED.md b/UNRELEASED.md index aebf4c8da6e..5e7728b6a06 100644 --- a/UNRELEASED.md +++ b/UNRELEASED.md @@ -51,6 +51,7 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f ### Documentation +- Updated example section to include new examples and remove old ones ([#1979](https://github.com/Shopify/polaris-react/pull/1979)) - Updated `AppProvider` app bridge example to use our `AppBridgeContext`([#1877](https://github.com/Shopify/polaris-react/pull/1877)) ### Development workflow