rsnext/examples
Andres Alvarez 6424e1f1d9
Add A/B Tests and Feature Flags example (#13629)
## Summary
This PR adds a basic example of how [Tesfy](https://tesfy.io/) could be integrated with Next.js. Tesfy is a project that I've working on during quarantine weekends, mainly to learn new stuff and provide **free** and **unlimited** A/B Tests and Feature Flags while keeping a good performance and the library [size](https://bundlephobia.com/result?p=react-tesfy@1.2.1) as small as possible.

The configuration file could be set up using a [web application](https://app.tesfy.io/) (hosted in Vercel 🎉 ) or by your self.

## Implementation
- Created `with-tesfy` folder
- Added two pages `index.js` and `features.js` to show how experiments and features could be used
- The only thing that must be persisted is the `userId`. Used a cookie to save it.
- Uses `getServerSideProps` to fetch the configuration file and get/create the `userId`.

## Screenshots

There are some screenshots from the web application. Where you can easily configure experiments and audiences per project. Teams and features will soon be added.

![Screenshot 2020-06-01 at 15 40 49](https://user-images.githubusercontent.com/6877967/83414811-60e7ce80-a41e-11ea-9e5c-887c66e80c65.png)
![Screenshot 2020-06-01 at 15 41 02](https://user-images.githubusercontent.com/6877967/83414823-66451900-a41e-11ea-885b-b58e78b042bb.png)
![Screenshot 2020-06-01 at 15 41 11](https://user-images.githubusercontent.com/6877967/83414828-6a713680-a41e-11ea-90a8-8d39a17f19a1.png)

This is my first PR! sorry if I made something wrong 😞 . Any feedback is more than welcome. Also I want to thank you all for the awesome work with Next.js ❤️
2020-06-21 23:59:53 +00:00
..
active-class-name Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
amp Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
amp-first docs: update links to docs site (#14305) 2020-06-18 09:54:07 +00:00
amp-story Normalize example gitignores (#13768) 2020-06-04 20:39:52 +00:00
analyze-bundles Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
api-routes Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
api-routes-apollo-server Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
api-routes-apollo-server-and-client [Examples] Move with-graphql-hooks to SSG (#13858) 2020-06-08 16:23:34 +00:00
api-routes-apollo-server-and-client-auth Fix: validatePassword function logic [Fixes 14174 ] (#14183) 2020-06-15 12:39:12 +00:00
api-routes-cors Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
api-routes-graphql Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
api-routes-middleware Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
api-routes-rest Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
auth0 Update instances of Now to Vercel where applicable (#13760) 2020-06-04 14:57:17 +00:00
basic-css Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
basic-export Normalize example gitignores (#13768) 2020-06-04 20:39:52 +00:00
blog-starter Add c=1 to deploy buttons on CMS Examples (#14293) 2020-06-17 23:25:11 +00:00
blog-starter-typescript Add c=1 to deploy buttons on CMS Examples (#14293) 2020-06-17 23:25:11 +00:00
catch-all-routes Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
cms-agilitycms Add A/B Tests and Feature Flags example (#13629) 2020-06-21 23:59:53 +00:00
cms-buttercms Add c=1 to deploy buttons on CMS Examples (#14293) 2020-06-17 23:25:11 +00:00
cms-contentful Add c=1 to deploy buttons on CMS Examples (#14293) 2020-06-17 23:25:11 +00:00
cms-cosmic Add A/B Tests and Feature Flags example (#13629) 2020-06-21 23:59:53 +00:00
cms-datocms Add c=1 to deploy buttons on CMS Examples (#14293) 2020-06-17 23:25:11 +00:00
cms-graphcms Add A/B Tests and Feature Flags example (#13629) 2020-06-21 23:59:53 +00:00
cms-prismic Add c=1 to deploy buttons on CMS Examples (#14293) 2020-06-17 23:25:11 +00:00
cms-sanity Add c=1 to deploy buttons on CMS Examples (#14293) 2020-06-17 23:25:11 +00:00
cms-storyblok Add c=1 to deploy buttons on CMS Examples (#14293) 2020-06-17 23:25:11 +00:00
cms-strapi Add c=1 to deploy buttons on CMS Examples (#14293) 2020-06-17 23:25:11 +00:00
cms-takeshape Add c=1 to deploy buttons on CMS Examples (#14293) 2020-06-17 23:25:11 +00:00
cms-wordpress Add c=1 to deploy buttons on CMS Examples (#14293) 2020-06-17 23:25:11 +00:00
custom-server Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
custom-server-actionhero Use inclusive naming for variables / examples (#13657) 2020-06-02 13:52:41 +00:00
custom-server-express Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
custom-server-fastify Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
custom-server-hapi Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
custom-server-koa Fix route in custom-server-koa example (#14080) 2020-06-11 18:44:29 +00:00
custom-server-polka Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
custom-server-typescript Normalize example gitignores (#13768) 2020-06-04 20:39:52 +00:00
data-fetch Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
dynamic-routing Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
gh-pages Normalize example gitignores (#13768) 2020-06-04 20:39:52 +00:00
head-elements Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
hello-world Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
layout-component Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
nested-components Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
page-transitions Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00
parameterized-routing Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00
progressive-render Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
ssr-caching Fix broken link (#14158) 2020-06-13 23:48:14 +00:00
svg-components Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
using-preact [Examples] Fix using-preact dev mode issues (#14098) 2020-06-12 00:59:03 +00:00
using-router Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-absolute-imports Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-algolia-react-instantsearch Update Algolia's Instant Search Example (#14233) 2020-06-18 19:23:02 -05:00
with-ant-design Fix with antd ssg (#13611) 2020-06-01 19:08:59 +00:00
with-ant-design-less Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-ant-design-mobile Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-ant-design-pro-layout-less fix(example): needs TypeScript support (#14115) 2020-06-12 06:35:00 +00:00
with-aphrodite Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-apollo [Examples] Move with-graphql-hooks to SSG (#13858) 2020-06-08 16:23:34 +00:00
with-apollo-and-redux [Examples] Move with-apollo-and-redux to SSG (#13779) 2020-06-09 21:11:45 +00:00
with-app-layout Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-astroturf Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-atlaskit More redundant imports @ examples (#13190) 2020-05-22 15:33:04 +00:00
with-aws-amplify [Example] remove getInitialProps from aws-amplify (#13896) 2020-06-14 18:50:54 -05:00
with-aws-amplify-typescript [Example] remove getInitialProps from aws-amplify (#13896) 2020-06-14 18:50:54 -05:00
with-babel-macros Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-carbon-components Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-cerebral Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-chakra-ui [Examples] Update with-chakra-ui (#14035) 2020-06-11 01:34:41 -05:00
with-context-api Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-cookie-auth Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00
with-cookie-auth-fauna [Examples] Remove getInitialProps from with-cookie-auth-fauna (#13887) 2020-06-20 10:59:53 -05:00
with-custom-babel-config Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-custom-reverse-proxy Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-cxs Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-docker Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-dotenv Replace dotenv example (#13770) 2020-06-04 18:18:09 +00:00
with-draft-js Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-dynamic-app-layout Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-dynamic-import Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-electron [Examples] Refactor with-electron (#13800) 2020-06-05 14:41:03 +00:00
with-electron-typescript [Examples] Refactor with-electron-typescript (#13802) 2020-06-05 16:00:10 +00:00
with-emotion Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-emotion-11 Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-env-from-next-config-js Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-expo Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00
with-expo-typescript Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00
with-fela Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-firebase fix typo in comment (#13883) 2020-06-08 01:03:38 +00:00
with-firebase-authentication Added missing .env.local.example file for with example firebase-authentication-app (#14235) 2020-06-16 17:30:10 +00:00
with-firebase-authentication-serverless [Examples] Update firebase authentication (#12687) 2020-05-10 21:32:20 -04:00
with-firebase-cloud-messaging Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-firebase-hosting Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-flow Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-framer-motion docs: update links to docs site (#14305) 2020-06-18 09:54:07 +00:00
with-glamor Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-glamorous Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00
with-global-stylesheet Remove with-global-stylesheet example (#4913) 2018-08-07 18:36:28 -07:00
with-global-stylesheet-simple Remove with-global-stylesheet example (#4913) 2018-08-07 18:36:28 -07:00
with-google-analytics chore: remove-redundant-example-react-import (#13907) 2020-06-08 21:31:56 -04:00
with-google-analytics-amp docs: update links to docs site (#14305) 2020-06-18 09:54:07 +00:00
with-graphql-faunadb Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-graphql-hooks Update graphql-hooks with memcache (#14364) 2020-06-20 19:40:15 +00:00
with-graphql-react Update the with-graphql-react example (#13928) 2020-06-09 18:06:19 +00:00
with-grommet Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-hls-js Normalize example gitignores (#13768) 2020-06-04 20:39:52 +00:00
with-http2 Normalize example gitignores (#13768) 2020-06-04 20:39:52 +00:00
with-i18n-rosetta Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-iron-session examples(iron-session): update fetch, env, UI, deps, and docs (#13756) 2020-06-04 13:12:52 -04:00
with-jest Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00
with-kea Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-linaria Normalize example gitignores (#13768) 2020-06-04 20:39:52 +00:00
with-lingui Normalize example gitignores (#13768) 2020-06-04 20:39:52 +00:00
with-loading Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-magic Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-markdown Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00
with-material-ui with-material-ui example linked to mui-org/material-ui (#9605) (#9616) 2019-12-04 11:47:51 +01:00
with-mdx Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-mobx Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-mobx-react-lite Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-mobx-state-tree Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-mobx-state-tree-typescript Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-mocha Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-monaco-editor Update some examples to Vercel (#13477) 2020-05-28 13:32:29 +02:00
with-mongodb-mongoose Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-mux-video with-mux-video update (#13992) 2020-06-10 07:05:14 +00:00
with-netlify-cms Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-next-css Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-next-i18next Update README.md 2019-03-07 13:20:46 +01:00
with-next-less Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-next-offline Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-next-page-transitions Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-next-routes Update examples to use getStaticProps where possible (#11136) 2020-03-17 15:07:27 +01:00
with-next-sass Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-next-seo Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-next-translate Normalize example gitignores (#13768) 2020-06-04 20:39:52 +00:00
with-now-env Update instances of Now to Vercel where applicable (#13760) 2020-06-04 14:57:17 +00:00
with-orbit-components Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-overmind Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-passport Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-passport-and-next-connect Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00
with-patternfly Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-polyfills Docs: Add supported browsers and features (#13741) 2020-06-04 10:15:34 +00:00
with-portals Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-portals-ssr Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-prefetching Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-pretty-url-routing Update examples to use getStaticProps where possible (#11136) 2020-03-17 15:07:27 +01:00
with-quill-js Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-rbx-bulma-pro Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-react-bootstrap Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-react-ga Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-react-helmet Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-react-intl Using cross-spawn for cross platform use in with-react-intl (#14231) 2020-06-16 15:59:59 +00:00
with-react-jss Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-react-md Remove refs to old css experiment (#13673) 2020-06-02 16:57:35 +00:00
with-react-multi-carousel Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-react-native-web Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-react-relay-network-modern [Examples] Move with-react-relay-network-modern to SSG (#13878) 2020-06-08 21:31:22 -04:00
with-react-toolbox Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-react-with-styles Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-reason-relay Normalize example gitignores (#13768) 2020-06-04 20:39:52 +00:00
with-reasonml Normalize example gitignores (#13768) 2020-06-04 20:39:52 +00:00
with-reasonml-todo Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-rebass Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-recoil [with-recoil example] use functional form of state updaters for simplicity (#14014) 2020-06-13 09:04:34 +00:00
with-redux Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-redux-code-splitting Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-redux-observable Refactor with redux observable (#13615) 2020-06-03 09:23:16 +00:00
with-redux-persist Use inclusive naming for variables / examples (#13657) 2020-06-02 13:52:41 +00:00
with-redux-saga enhance-with-redux-saga (#13764) 2020-06-05 14:59:13 +00:00
with-redux-thunk Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-redux-toolkit Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00
with-redux-wrapper Update with-redux-wrapper example (#13649) 2020-06-02 00:13:38 +00:00
with-reflux Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-relay-modern [Examples] Move with-relay-modern to SSG (#13882) 2020-06-08 15:41:47 +00:00
with-rematch [Examples] Remove getInitialProps from with-rematch (#13834) 2020-06-06 16:57:16 +00:00
with-route-as-modal Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00
with-segment-analytics Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-semantic-ui Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-sentry docs: update links to docs site (#14305) 2020-06-18 09:54:07 +00:00
with-sentry-simple [Example] Deprecate with-sentry in favor of with-sentry-simple (#13904) 2020-06-08 21:32:23 -04:00
with-shallow-routing Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-slate Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-static-export Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-stencil Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00
with-stitches [Examples] Move with-typescript-graphql to SSG (#13854) 2020-06-10 04:14:53 +00:00
with-stitches-styled Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-stomp Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-storybook Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-strict-csp fix csp errors in with-strict-csp-app example (#14262) 2020-06-18 04:25:15 +00:00
with-strict-csp-hash Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00
with-stripe-typescript Thor/stripe/add use shopping cart example (#14239) 2020-06-18 22:49:31 +00:00
with-style-sheet Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-styled-components docs: update links to docs site (#14305) 2020-06-18 09:54:07 +00:00
with-styled-components-rtl Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-styled-jsx-plugins Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-styled-jsx-postcss Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00
with-styled-jsx-scss Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-styletron Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-sw-precache Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00
with-tailwindcss Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-tailwindcss-emotion Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-tesfy Add A/B Tests and Feature Flags example (#13629) 2020-06-21 23:59:53 +00:00
with-three-js Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00
with-typescript [Examples] Removed React.FC/FunctionComponent from with-typescript (#13798) 2020-06-05 10:40:37 +00:00
with-typescript-eslint-jest update test snapshot in with-typescript-eslint-jest (#13847) 2020-06-07 23:54:16 +00:00
with-typescript-graphql [Examples] Move with-typescript-graphql to SSG (#13854) 2020-06-10 04:14:53 +00:00
with-typescript-styled-components Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-typescript-types [Example] with-typescript-types (#13746) 2020-06-04 16:25:28 +00:00
with-typestyle Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-universal-configuration-build-time Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-universal-configuration-runtime Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-unstated Normalize example gitignores (#13768) 2020-06-04 20:39:52 +00:00
with-urql Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-userbase Add c=1 to deploy buttons on CMS Examples (#14293) 2020-06-17 23:25:11 +00:00
with-videojs with-videojs fix (#13745) 2020-06-04 06:41:46 +00:00
with-web-worker Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-webassembly Normalize example gitignores (#13768) 2020-06-04 20:39:52 +00:00
with-webpack-bundle-analyzer Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00
with-webpack-bundle-size-analyzer Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-why-did-you-render Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00
with-xstate Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-yarn-workspaces Update instances of Now to Vercel where applicable (#13760) 2020-06-04 14:57:17 +00:00
with-zeit-fetch Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
with-zones docs: update links to docs site (#14305) 2020-06-18 09:54:07 +00:00
z-experimental-refresh Remove refs to old css experiment (#13673) 2020-06-02 16:57:35 +00:00