rsnext/examples
Justin Eder 9ded7aa955
Update to Tailwind CSS 2.0 in blog-starter-typescript example (#20664)
This updates the blog-starter-typescript example to use the latest version of Tailwind CSS (2.0.2)

Notes:
Followed the upgrade guide here: https://tailwindcss.com/docs/upgrading-to-v2 
And Next / PostCSS guide here: https://nextjs.org/docs/advanced-features/customizing-postcss-config
2021-01-01 18:45:55 +00:00
..
active-class-name Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
amp Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
amp-first Improve formatting in examples (#17571) 2020-10-02 21:25:29 +00:00
amp-story Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
analyze-bundles chore: update example names to match their folders (#16268) 2020-09-05 21:23:51 +00:00
api-routes Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
api-routes-apollo-server Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
api-routes-apollo-server-and-client Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
api-routes-apollo-server-and-client-auth Update authentication examples (#19330) 2020-12-29 12:43:47 -05:00
api-routes-cors Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
api-routes-graphql Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
api-routes-middleware Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
api-routes-rest Improve formatting in examples (#17571) 2020-10-02 21:25:29 +00:00
auth0 update nextjs-auth0 versionfor auth0 example (#16871) 2020-09-05 23:24:09 +00:00
basic-css Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
basic-export chore: update example names to match their folders (#16268) 2020-09-05 21:23:51 +00:00
blog-starter Update blog starter example (#19698) 2020-12-30 19:04:23 -05:00
blog-starter-typescript Update to Tailwind CSS 2.0 in blog-starter-typescript example (#20664) 2021-01-01 18:45:55 +00:00
catch-all-routes Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
cms-agilitycms Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
cms-buttercms Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
cms-contentful [Examples] Prevent getStaticProps from returning "undefined" (#19012) 2020-11-10 23:33:51 +00:00
cms-cosmic Upgrade Cosmic example to Next.js 10, image load fix, post sorting by -created_at (#18310) 2020-11-13 23:22:06 +00:00
cms-datocms Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
cms-graphcms Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
cms-kontent Fix link to developer plan in Kontent example (#19265) 2020-11-18 12:07:56 +01:00
cms-prismic Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
cms-sanity Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
cms-storyblok Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
cms-strapi Update step 5 to Strapi example Readme (#17985) 2020-10-19 11:32:01 +02:00
cms-takeshape Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
cms-wordpress small tweaks for those testing on an existing site with missing autho… (#18506) 2020-10-30 13:45:18 -05:00
custom-routes-proxying Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
custom-server Add cross-env to ensure examples work on Windows 10 (#16694) 2020-08-30 06:53:29 +00:00
custom-server-actionhero chore: update example names to match their folders (#16268) 2020-09-05 21:23:51 +00:00
custom-server-express Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
custom-server-fastify Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
custom-server-hapi Added query object as property to url object (#18340) 2020-11-12 21:23:58 +00:00
custom-server-koa Upgrade all http links to https (#20402) 2020-12-22 21:41:27 +00:00
custom-server-polka Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
custom-server-typescript Fix typo in gitignore (#19638) 2020-12-01 17:08:38 +00:00
data-fetch Documentation updates (#16503) 2020-08-24 02:23:12 +00:00
dynamic-routing Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
environment-variables Fixed minor typo (#17456) 2020-09-29 19:31:43 +00:00
fast-refresh-demo Add Fast Refresh Demo (#16576) 2020-09-01 23:27:57 +00:00
gh-pages Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
head-elements Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
hello-world chore: update example names to match their folders (#16268) 2020-09-05 21:23:51 +00:00
i18n-routing Fix i18n-routing Vercel deploy button URLs (#18524) 2020-10-30 15:44:21 +00:00
image-component Revise image example with layouts near the top (#19161) 2020-11-14 02:00:02 +00:00
layout-component Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
nested-components Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
page-transitions Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
parameterized-routing Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
progressive-render Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
progressive-web-app Fix: progressive-web-app example (#20288) 2020-12-18 10:13:02 +00:00
redirects Change duplicated redirect in examples (#19479) 2020-11-24 22:05:32 +00:00
rewrites Example for Redirects (Custom routes) (#15411) 2020-08-05 22:20:49 +00:00
ssr-caching Add cross-env to ensure examples work on Windows 10 (#16694) 2020-08-30 06:53:29 +00:00
svg-components Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
using-preact feat(examples): use next-plugin-preact on using-preact example (#18588) 2020-11-05 16:56:58 +00:00
using-router fix example using-router import wrong pathname (#20536) 2020-12-28 15:26:38 +00:00
with-absolute-imports chore: update example names to match their folders (#16268) 2020-09-05 21:23:51 +00:00
with-algolia-react-instantsearch Update README.md (#17347) 2020-09-25 01:55:11 +00:00
with-ant-design Upgrade all http links to https (#20402) 2020-12-22 21:41:27 +00:00
with-ant-design-less Upgrade all http links to https (#20402) 2020-12-22 21:41:27 +00:00
with-ant-design-mobile Fix typos found on examples docs (#20516) 2020-12-27 17:14:58 +00:00
with-ant-design-pro-layout-less Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
with-aphrodite Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-apollo Fix bug in with-apollo example leading to cached lists being duplicated. (#19812) 2020-12-09 23:35:38 +00:00
with-apollo-and-redux Replace Graphcool with a working GraphQL endpoint in with-apollo-and-redux example (#19248) 2020-12-02 19:45:31 +00:00
with-apollo-neo4j-graphql [ EXAMPLES ] Added with-apollo-neo4j-graphql (#16560) 2020-11-20 20:38:08 +00:00
with-app-layout Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-astroturf Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-atlaskit Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-aws-amplify chore: update example names to match their folders (#16268) 2020-09-05 21:23:51 +00:00
with-aws-amplify-typescript Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-babel-macros chore(examples): fix missing document components error messages (#16802) 2020-09-03 21:13:12 +00:00
with-carbon-components Upgrade all http links to https (#20402) 2020-12-22 21:41:27 +00:00
with-cerebral Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-chakra-ui Update Chakra UI examples to v1 (#19282) 2020-11-22 17:51:14 +00:00
with-chakra-ui-typescript Update Chakra UI examples to v1 (#19282) 2020-11-22 17:51:14 +00:00
with-context-api Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-cookie-auth Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
with-cookie-auth-fauna chore: update example names to match their folders (#16268) 2020-09-05 21:23:51 +00:00
with-cssed Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
with-custom-babel-config Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
with-custom-reverse-proxy Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
with-cxs chore(examples): fix missing document components error messages (#16802) 2020-09-03 21:13:12 +00:00
with-deta-base Fix typos found on examples docs (#20516) 2020-12-27 17:14:58 +00:00
with-docker Correct production docker base image tag (#19962) 2020-12-08 15:43:24 +00:00
with-dotenv Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
with-draft-js Update README.md (#19885) 2020-12-28 16:58:40 +00:00
with-dynamic-app-layout Fix italics in readme (#19441) 2020-11-24 21:04:53 +00:00
with-dynamic-import Update dynamic-import docs (#16803) 2020-09-05 23:45:30 +00:00
with-electron Update client-only.js (#19884) 2020-12-08 02:29:00 +00:00
with-electron-typescript Fix typos found on examples docs (#20516) 2020-12-27 17:14:58 +00:00
with-emotion Update README for with-emotion example (#20338) 2020-12-28 16:35:36 +00:00
with-env-from-next-config-js Fix typos found on examples docs (#20516) 2020-12-27 17:14:58 +00:00
with-expo Fixed link for expo (#17908) 2020-10-15 15:11:35 +02:00
with-expo-typescript Fixed link for expo (#17908) 2020-10-15 15:11:35 +02:00
with-facebook-pixel with-facebook-pixel: remove package and update readme (#19807) 2020-12-07 23:09:52 +00:00
with-fela Fixed missing SSR styles in with-fela example (#17647) 2020-11-11 20:12:51 +00:00
with-filbert Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
with-firebase add missing import in with-firebase example (#19572) 2020-11-26 23:06:05 +00:00
with-firebase-authentication fix: Using getIdToken to get a token (#18599) 2020-11-03 20:40:42 -05:00
with-firebase-authentication-serverless Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
with-firebase-cloud-messaging fix(examples/with-firebase-cloud-messaging): replace deprecated method (#19080) 2020-11-11 18:41:37 -05:00
with-firebase-hosting Fix typos found on examples docs (#20516) 2020-12-27 17:14:58 +00:00
with-flow Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
with-framer-motion [EXAMPLE] with-framer-motion: fix broken images (#16714) 2020-09-01 13:03:41 -05:00
with-glamor Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
with-glamorous Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
with-global-stylesheet Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
with-global-stylesheet-simple Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
with-goober chore: update example names to match their folders (#16268) 2020-09-05 21:23:51 +00:00
with-google-analytics Use useRouter over Router for with-google-analytics example (#16846) 2020-09-04 16:22:59 +00:00
with-google-analytics-amp with-google-analytics-amp needs <Head /> in Document component (#17462) 2020-09-30 08:41:05 +00:00
with-google-tag-manager example with-google-tag-manager (#20042) 2020-12-25 21:17:14 +00:00
with-graphql-faunadb Update fauna example (#19806) 2020-12-04 01:28:37 +00:00
with-graphql-hooks Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-graphql-react chore: update example names to match their folders (#16268) 2020-09-05 21:23:51 +00:00
with-grommet Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-gsap Add with-gsap example (#17195) 2020-11-09 20:38:07 +00:00
with-hls-js Simplify example usage instructions (#16678) 2020-08-29 22:22:02 -04:00
with-http2 Remove path specific switch statement from http2 example (#16558) 2020-09-06 00:08:20 +00:00
with-i18n-rosetta chore: update example names to match their folders (#16268) 2020-09-05 21:23:51 +00:00
with-ionic-typescript docs: add example of Ionic with TypeScript (#18532) 2020-12-11 12:17:39 -05:00
with-iron-session Update authentication examples (#19330) 2020-12-29 12:43:47 -05:00
with-jest Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-kea Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-knex Upgrade all http links to https (#20402) 2020-12-22 21:41:27 +00:00
with-linaria Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
with-lingui Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
with-loading Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-magic Update authentication examples (#19330) 2020-12-29 12:43:47 -05:00
with-markdown Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
with-material-ui Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
with-mdbreact example with-mdbreact (#19879) 2020-12-31 18:46:10 +00:00
with-mdx chore: update example names to match their folders (#16268) 2020-09-05 21:23:51 +00:00
with-mdx-remote Add with-mdx-remote example (#16613) 2020-08-29 01:22:35 +00:00
with-mobx example fix: hydrate method of the mobx store needs to be an action (#19522) 2020-11-25 17:20:57 +00:00
with-mobx-react-lite example fix: hydrate method of the mobx store needs to be an action (#19522) 2020-11-25 17:20:57 +00:00
with-mobx-state-tree Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
with-mobx-state-tree-typescript Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-mocha Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
with-monaco-editor Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-mongodb Update with-mongodb to be TypeScript-friendly (#19383) 2020-12-28 14:40:18 -05:00
with-mongodb-mongoose fix mongoose not latest next.js version (#20644) 2020-12-31 11:33:24 -05:00
with-msw Update with-msw example (#20335) 2020-12-28 14:22:10 -05:00
with-mux-video update README for vercel.app, stream.new (#17539) 2020-10-01 22:46:17 -04:00
with-mysql [examples] Add Next.js + MySQL example (#19452) 2020-11-23 19:13:09 -05:00
with-neo4j [ EXAMPLES ] Added with-neo4j (#16559) 2020-11-24 18:35:51 +00:00
with-netlify-cms Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-next-auth Example: with-next-auth updated to v3 (#17266) 2020-09-21 19:51:52 +00:00
with-next-css chore: update example names to match their folders (#16268) 2020-09-05 21:23:51 +00:00
with-next-i18next Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
with-next-less chore: update example names to match their folders (#16268) 2020-09-05 21:23:51 +00:00
with-next-offline Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-next-page-transitions fix: issue #18360 - loading spinner not showing up (#18527) 2020-10-30 13:48:55 -05:00
with-next-routes Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
with-next-sass chore: update example names to match their folders (#16268) 2020-09-05 21:23:51 +00:00
with-next-seo Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-next-sitemap Add missing gitignore files 2020-08-29 21:55:58 -04:00
with-next-translate Update example with next-translate upgrading to 1.0 (#20039) 2020-12-09 19:33:25 +00:00
with-now-env Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
with-orbit-components Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
with-overmind chore: update example names to match their folders (#16268) 2020-09-05 21:23:51 +00:00
with-passport Update authentication examples (#19330) 2020-12-29 12:43:47 -05:00
with-passport-and-next-connect Update authentication examples (#19330) 2020-12-29 12:43:47 -05:00
with-patternfly Update PatternFly example to v4 (#17241) 2020-09-20 22:00:41 +00:00
with-polyfills Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-portals chore: update example names to match their folders (#16268) 2020-09-05 21:23:51 +00:00
with-portals-ssr chore: update example names to match their folders (#16268) 2020-09-05 21:23:51 +00:00
with-prefetching Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-pretty-url-routing Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
with-prisma feat(example): added missing prisma.io examples (#17896) 2020-10-15 15:10:24 +02:00
with-quill-js Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-rbx-bulma-pro Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-react-bootstrap Simplify example usage instructions (#16678) 2020-08-29 22:22:02 -04:00
with-react-ga Use useRouter over Router for with-react-ga example (#17710) 2020-11-11 22:33:15 +00:00
with-react-helmet chore(examples): fix missing document components error messages (#16802) 2020-09-03 21:13:12 +00:00
with-react-intl [Example] with-react-intl: fix doubling messages (#17175) 2020-09-21 03:47:58 +00:00
with-react-jss Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
with-react-md Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-react-md-typescript Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-react-multi-carousel chore: update example names to match their folders (#16268) 2020-09-05 21:23:51 +00:00
with-react-native-web Updated dependencies for example: with-react-native-web (#17375) 2020-10-18 17:56:41 +00:00
with-react-relay-network-modern Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
with-react-toolbox Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-react-with-styles Simplify example usage instructions (#16678) 2020-08-29 22:22:02 -04:00
with-reactstrap Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-realm-web Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-reason-relay Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
with-reasonml Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
with-reasonml-todo Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
with-rebass Upgrade all http links to https (#20402) 2020-12-22 21:41:27 +00:00
with-recoil Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-redis example application on Redis (Lambda.store) (#15532) 2020-08-07 01:34:02 +00:00
with-redux Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-redux-code-splitting Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-redux-observable Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-redux-persist chore: update example names to match their folders (#16268) 2020-09-05 21:23:51 +00:00
with-redux-saga Upgrade all http links to https (#20402) 2020-12-22 21:41:27 +00:00
with-redux-thunk Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-redux-toolkit Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-redux-wrapper Upgrade all http links to https (#20402) 2020-12-22 21:41:27 +00:00
with-reflux Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-relay-modern Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
with-rematch Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-route-as-modal Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-segment-analytics Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-semantic-ui Upgrade all http links to https (#20402) 2020-12-22 21:41:27 +00:00
with-sentry Fix withSourceMaps is not a function (#20643) 2020-12-31 22:00:41 +00:00
with-sentry-simple Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
with-service-worker Example for adding a service worker into a next.js application (#17855) 2020-11-12 01:09:25 +00:00
with-shallow-routing Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-sitemap Simplify example usage instructions (#16678) 2020-08-29 22:22:02 -04:00
with-slate Update with-slate example (#16959) 2020-09-09 18:00:09 +00:00
with-static-export Remove the as prop from the Link component in with-static-export example (#19650) 2020-11-30 11:19:09 +00:00
with-stencil chore: update example names to match their folders (#16268) 2020-09-05 21:23:51 +00:00
with-stitches Update with-stitches example (#16827) 2020-09-03 17:38:13 +00:00
with-stomp Upgrade all http links to https (#20402) 2020-12-22 21:41:27 +00:00
with-storybook refactor: update example of storybook (#17936) 2020-11-11 23:14:42 +00:00
with-strict-csp chore: update example names to match their folders (#16268) 2020-09-05 21:23:51 +00:00
with-strict-csp-hash Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
with-stripe-typescript Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-style-sheet chore(examples): fix missing document components error messages (#16802) 2020-09-03 21:13:12 +00:00
with-styled-components Adding globalStyled with styled components (#16783) 2020-09-10 16:05:59 -04:00
with-styled-components-rtl chore: update example names to match their folders (#16268) 2020-09-05 21:23:51 +00:00
with-styled-jsx Add CSS Modules examples to docs (#15601) 2020-07-29 14:43:48 +00:00
with-styled-jsx-plugins Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
with-styled-jsx-postcss Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
with-styled-jsx-scss Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
with-styletron Update with-styletron example to not use DebugEngine (#20233) 2020-12-29 16:39:12 +00:00
with-supabase-auth-realtime-db Fix a link to a Slack clone example in Supabase (#19993) 2020-12-17 09:35:13 +00:00
with-sw-precache Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
with-tailwindcss Upgrade Tailwindcss to 2.0.2 (#20517) 2020-12-28 17:36:32 +00:00
with-tailwindcss-emotion [Examples] update with-tailwindcss-emotion to tailwind 2.0 (#19476) 2020-11-25 18:17:12 +00:00
with-tesfy chore: update example names to match their folders (#16268) 2020-09-05 21:23:51 +00:00
with-three-js Add project name to examples/with-three-js create command (#17256) 2020-09-21 17:02:25 +00:00
with-typescript Correct import comment in interfaces (#20052) 2020-12-28 14:25:01 -05:00
with-typescript-eslint-jest Add missing dependency to with-typescript-eslint-jest (#17864) 2020-11-11 00:14:03 +00:00
with-typescript-graphql Add mutation example to with-typescript-graphql (#16742) 2020-11-10 21:10:54 +00:00
with-typescript-styled-components fixed project name to reflect example name in readme (#19056) 2020-11-12 01:51:27 -05:00
with-typescript-types chore(examples): fix missing document components error messages (#16802) 2020-09-03 21:13:12 +00:00
with-typestyle chore(examples): fix missing document components error messages (#16802) 2020-09-03 21:13:12 +00:00
with-universal-configuration-build-time Add missing gitignore files 2020-07-19 02:02:40 -04:00
with-universal-configuration-runtime Add missing gitignore files 2020-07-19 02:02:40 -04:00
with-unsplash Simplify example usage instructions (#16678) 2020-08-29 22:22:02 -04:00
with-unstated Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-urql Simplify example usage instructions (#16678) 2020-08-29 22:22:02 -04:00
with-userbase Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-videojs Upgrade all http links to https (#20402) 2020-12-22 21:41:27 +00:00
with-web-worker Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-webassembly chore: updated react to v17 on with-webassembly example (#18916) 2020-11-07 13:13:24 -05:00
with-webpack-bundle-analyzer Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
with-webpack-bundle-size-analyzer Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-why-did-you-render chore: update example names to match their folders (#16268) 2020-09-05 21:23:51 +00:00
with-xstate Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
with-yarn-workspaces Delete vercel.json from "yarn workspaces" example (#17263) 2020-09-21 16:39:51 +00:00
with-zeit-fetch Security upgrade node-fetch (#17009) 2020-09-11 09:01:48 +00:00
with-zones Update with-zones example readme (#19713) 2020-12-01 16:48:02 +00:00
with-zustand with-zustand example fix for build error on ssr page (#19465) 2020-12-28 14:34:26 -05:00