Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Blitz.js

⚑️The Fullstack React Framework
Collective - Host: opensource - https://opencollective.com/blitzjs - Website: https://blitzjs.com - Code: https://github.com/blitz-js

Fix Fast Refresh with Page Config (#14041)

Fixes #13978

github.com/blitz-js/next.js - 80036fd9ddd3638d61199a216730ad823daf93ea authored over 4 years ago by Joe Haddad <[email protected]>
Fix dynamic route match and basePath (#14036)

This correctly strips the `basePath` before generating the `route-matcher` for dynamic routes an...

github.com/blitz-js/next.js - d5493ff24dd16cdda1059719ab9ec5a2cfec903f authored over 4 years ago by JJ Kasper <[email protected]>
ButterCMS Example (#13908)

[ch2580]

**Demo:** https://next-blog-buttercms.now.sh/
**Preview Mode:** https://next-blog-butt...

github.com/blitz-js/next.js - dea4c2cbf49a12816b61fe7cafa0f3a9e0eebfc8 authored over 4 years ago by Shu Uesugi <[email protected]>
Make sure to watch all next-server files (#14023)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

github.com/blitz-js/next.js - ad2c1a8a1673c029f46d200365fcd92ff8f18e4d authored over 4 years ago by JJ Kasper <[email protected]>
fix: add plugin to recommended eslint-plugin-next config (#13926)

allow extending the recommended eslint-plugin-next config, without having to specify the plugin ...

github.com/blitz-js/next.js - caddd355f7f38420317cbb6b8824d3e0978304a6 authored over 4 years ago by stefanprobst <[email protected]>
Fix broken linting by centralizing it + run via lint-staged (#661)

(meta)

github.com/blitz-js/legacy-framework - 439d12694bf2ba2ff7ba543b469503b36ebbc47b authored over 4 years ago by Brandon Bayer <[email protected]>
Invert colors of compiling indicator (#13995)

Hi,

This PR inverts the colors for the compiling indicator, closes #13952.

The second commit m...

github.com/blitz-js/next.js - a9891095eceaaa2cacce14edc2d3c069d8a0e113 authored over 4 years ago by Ben Spinks <[email protected]>
docs: add osirvent as a contributor (#660)

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> (m...

github.com/blitz-js/legacy-framework - 6a951c9d3c0100223bb5291b47eae2618d9acb41 authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Update example apps to Prisma 2.0.0 (#658)

(example)

github.com/blitz-js/legacy-framework - f1851387121c9e02d29c1874aa0ab08a6c8d5688 authored over 4 years ago by Oscar Sirvent <[email protected]>
Added .next folder to gitignore for examples/blog-starter (#14003)

```.next``` folder wasn't in the gitignore file causing .next folder to be tracked by git

github.com/blitz-js/next.js - f24eb4fd4a6af58b5a0325f6531d04b287e5680c authored over 4 years ago by Darsh Patel <[email protected]>
with-mux-video update (#13992)

* function rename
* update package.json dependencies to use `^` for semver. I noticed the packag...

github.com/blitz-js/next.js - d5f5b5f29bcc7b535a818a0ac8199c04456680bb authored over 4 years ago by Dylan Jhaveri <[email protected]>
v9.4.5-canary.9

github.com/blitz-js/next.js - 54ac432390667038a7ec12f8a4cc351ed7b43a61 authored over 4 years ago by Joe Haddad <[email protected]>
Prioritize webpack bootstrapping first (#13987)

Webpack will randomly execute script order if its runtime is not prioritized before chunks execu...

github.com/blitz-js/next.js - d874329d11e26dbec5b938c7928f1c416cf93082 authored over 4 years ago by Joe Haddad <[email protected]>
[Examples] Move with-typescript-graphql to SSG (#13854)

Related to https://github.com/vercel/next.js/issues/11014

github.com/blitz-js/next.js - 43271821f2f27ddda7897b5c3090630b0e409c99 authored over 4 years ago by Luis Alvarez D <[email protected]>
[Examples] Move api-routes-apollo-server-and-client-auth to SSG (#13849)

Related to https://github.com/vercel/next.js/issues/11014

The authentication method has been re...

github.com/blitz-js/next.js - 9dc902835c5bd10d7ff9953b5d564b561ebb5f0d authored over 4 years ago by Luis Alvarez D <[email protected]>
Fix variable shadowing in blog-starter example (#13988)

Sorry for the super trivial PR. I noticed this while working with the example and figured it mig...

github.com/blitz-js/next.js - aed8b3752999ad08935c6e38880091da3b69cc2b authored over 4 years ago by James Mosier <[email protected]>
chore(create-next-app): remove example picker (#13977)

If a user does not specify `--example` when using create-next-app then just spin up the default ...

github.com/blitz-js/next.js - d51fef5fc9cb5ef0223e82d56ae98c4216e1d331 authored over 4 years ago by James Mosier <[email protected]>
[Examples] Move with-apollo-and-redux to SSG (#13779)

Ref: https://github.com/vercel/next.js/pull/13742

github.com/blitz-js/next.js - 3a9fbd83969f2435b78387ca3f716a3c8dddcb7e authored over 4 years ago by Luis Alvarez D <[email protected]>
Add scroll restoration handling after render is complete (#13914)

This adds scroll restoration handling to make sure the correct scroll position is restored after...

github.com/blitz-js/next.js - 06ac0adcf8c712d416023e5ed5e2f769273af2fc authored over 4 years ago by JJ Kasper <[email protected]>
[Examples] using-preact: add Prefresh, DevTools & chunking fix (#13976)

This adds [prefresh](https://github.com/JoviDeCroock/prefresh) and [preact/debug + DevTools](htt...

github.com/blitz-js/next.js - f2e29f6adee5fe7b223b30d57842efde09ed58a2 authored over 4 years ago by Jason Miller <[email protected]>
Prepare custom routes loading for adding additional routes (#13857)

Extracted from https://github.com/vercel/next.js/pull/13333, the same exact code lives in that P...

github.com/blitz-js/next.js - 9da99bcb6655d908551692248fccfa613c8276e9 authored over 4 years ago by Jan Potoms <[email protected]>
Change text from "Attention" to "Warning" (#13973)

Fixes #13972

github.com/blitz-js/next.js - 7d648dace176a65c06ce034cac1e5ea4776d4da7 authored over 4 years ago by Joe Haddad <[email protected]>
Update to reject when test command fails (#13722)

As noticed in https://github.com/vercel/next.js/pull/13506 when a build or export command fails ...

github.com/blitz-js/next.js - b1025995b2645666847d72fb85e65b59b375724f authored over 4 years ago by JJ Kasper <[email protected]>
Update the with-graphql-react example (#13928)

- Removed the manual `fetch` polyfill as that is handled automatically by Next.js now.
- Updated...

github.com/blitz-js/next.js - 9fea9dbe6dba910c7457e58c74328b357b9ddfad authored over 4 years ago by Jayden Seric <[email protected]>
docs: add josemiguelo as a contributor (#657)

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> (m...

github.com/blitz-js/legacy-framework - bf13f61046703475dd07e207acec540be1849b8c authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Update query/mutation templates for Prisma 2.0.0 (#655)

Co-authored-by: merelinguist <[email protected]> (patch)

github.com/blitz-js/legacy-framework - c3d4882151516f8bb5214756d60cb878b580ba6a authored over 4 years ago by Dylan Brookes <[email protected]>
Update AMP Optimizer to 2.5.1 (#13925)

Most notable new feature: automated hero image preloading.

Release notes: https://github.com/am...

github.com/blitz-js/next.js - adf1a24ccb4dd17249422798f33ccb77c308ceea authored over 4 years ago by Sebastian Benz <[email protected]>
Update MEETING_NOTES.md

(ignore)

github.com/blitz-js/legacy-framework - 56f4e6efec3b7167777dcaa64eb922a0457b4d2d authored over 4 years ago by Brandon Bayer <[email protected]>
Adding Example: with-recoil (#13380)

Co-authored-by: Wilbert Abreu <[email protected]>
Co-authored-by: Luis Alvarez <luis@ver...

github.com/blitz-js/next.js - d3f0aee0ee8970f1c384d5820aa3e476a24cf2b6 authored over 4 years ago by Wilbert Abreu <[email protected]>
[Example] Deprecate with-sentry in favor of with-sentry-simple (#13904)

Co-authored-by: Luis Alvarez D <[email protected]>
Co-authored-by: Joe Haddad <[email protected]>

github.com/blitz-js/next.js - 47e2beba20ef18188d6689501c640cc4de60ef44 authored over 4 years ago by Todor Totev <[email protected]>
Combine taskr next-server tasks into one (#13842)

Co-authored-by: Joe Haddad <[email protected]>

github.com/blitz-js/next.js - 2920af7cd3b5359faee267290402e812a2d202a2 authored over 4 years ago by Tim Neutkens <[email protected]>
chore: remove-redundant-example-react-import (#13907)

Co-authored-by: Joe Haddad <[email protected]>

github.com/blitz-js/next.js - 506116c7d03aa7ca1acae68579b64894eb598ee1 authored over 4 years ago by Shyam Gupta <[email protected]>
[Examples] Move with-react-relay-network-modern to SSG (#13878)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by:...

github.com/blitz-js/next.js - 258f8c0e4e5339ade386861781f142ffe24c3471 authored over 4 years ago by Luis Alvarez D <[email protected]>
v9.4.5-canary.8

github.com/blitz-js/next.js - 72ddfeb6a1233ca054f5ebccf4ce011719702467 authored over 4 years ago by Joe Haddad <[email protected]>
Use buildManifest to load page JS (#13870)

Initial work to use chunkhashes instead of buildid for the page files in production. This does n...

github.com/blitz-js/next.js - 2169c0ce9700a00b7b6ef69f4165a262d9009ade authored over 4 years ago by Tim Neutkens <[email protected]>
[Examples] Move with-graphql-hooks to SSG (#13858)

Related to https://github.com/vercel/next.js/issues/11014

The setup is very similar to the one ...

github.com/blitz-js/next.js - b4ec992815cabfc16eeea0ffd81d8ee9415e79f1 authored over 4 years ago by Luis Alvarez D <[email protected]>
Update handling for basePath to only automatically add (#13817)

As discussed, this streamlines the handling for `basePath` to not automatically strip and add th...

github.com/blitz-js/next.js - 8dd3d2a8e2b266611a60b9550d2ecac02f14fd57 authored over 4 years ago by JJ Kasper <[email protected]>
[Examples] Move with-relay-modern to SSG (#13882)

Related to https://github.com/vercel/next.js/issues/11014

github.com/blitz-js/next.js - 154c4958b0883859c779566f51cc1e785c255e3e authored over 4 years ago by Luis Alvarez D <[email protected]>
Fix message on getStaticPaths conflict with getServerSideProps (#13874)

* initial

* Update tests

Co-authored-by: Joe Haddad <[email protected]>
Co-authored-by: ...

github.com/blitz-js/next.js - 1c91a46c3c7ee7e8ef22f379ca367e5ae1846745 authored over 4 years ago by Todor Totev <[email protected]>
Remove some leftovers after index page updates (#13876)

github.com/blitz-js/next.js - 08b2e9b3ba20df4d9f29160080fecb6a2081b6a1 authored over 4 years ago by Jan Potoms <[email protected]>
Update README.md (#13899)

Few text corrections.

github.com/blitz-js/next.js - b922fe8abf4bc613806edf98f5ef01c47ba3517b authored over 4 years ago by Akindolie Oluwatayo <[email protected]>
Bump websocket-extensions from 0.1.3 to 0.1.4 (#76)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/blitz-js/ja.blitzjs.com - d2fcb65a26219a72b82f04e14435379494255294 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump websocket-extensions from 0.1.3 to 0.1.4 (#76)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/blitz-js/de.blitzjs.com - d2fcb65a26219a72b82f04e14435379494255294 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump websocket-extensions from 0.1.3 to 0.1.4 (#76)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/blitz-js/it.blitzjs.com - d2fcb65a26219a72b82f04e14435379494255294 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump websocket-extensions from 0.1.3 to 0.1.4 (#76)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/blitz-js/zh-hans.blitzjs.com - d2fcb65a26219a72b82f04e14435379494255294 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump websocket-extensions from 0.1.3 to 0.1.4 (#76)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/blitz-js/id.blitzjs.com - d2fcb65a26219a72b82f04e14435379494255294 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump websocket-extensions from 0.1.3 to 0.1.4 (#76)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/blitz-js/nl.blitzjs.com - d2fcb65a26219a72b82f04e14435379494255294 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump websocket-extensions from 0.1.3 to 0.1.4 (#76)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/blitz-js/pt-br.blitzjs.com - d2fcb65a26219a72b82f04e14435379494255294 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump websocket-extensions from 0.1.3 to 0.1.4 (#76)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/blitz-js/blitzjs.com - d2fcb65a26219a72b82f04e14435379494255294 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump websocket-extensions from 0.1.3 to 0.1.4 (#76)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/blitz-js/es.blitzjs.com - d2fcb65a26219a72b82f04e14435379494255294 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump websocket-extensions from 0.1.3 to 0.1.4 (#76)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/blitz-js/ko.blitzjs.com - d2fcb65a26219a72b82f04e14435379494255294 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump websocket-extensions from 0.1.3 to 0.1.4 (#76)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/blitz-js/fr.blitzjs.com - d2fcb65a26219a72b82f04e14435379494255294 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix pipeline build error (#651)

github.com/blitz-js/legacy-framework - a175fd2f2661fe9fcf7b8acfd050d805ad1a70f6 authored over 4 years ago by Dylan Brookes <[email protected]>
fix typo in comment (#13883)

github.com/blitz-js/next.js - 319b858e7767c974967ed3cd768855ad8e2172d3 authored over 4 years ago by not <[email protected]>
update test snapshot in with-typescript-eslint-jest (#13847)

Updating snapshot for https://github.com/vercel/next.js/pull/13732 where the `toMatchSnapshot` e...

github.com/blitz-js/next.js - c61fd5041919b85fa3f36f747f963be4c069b988 authored over 4 years ago by Simon Goldin <[email protected]>
Preserve url better in exportTrailingSlash (#13840)

Discovered while doing https://github.com/vercel/next.js/pull/13333. `#` or `?` used to be strip...

github.com/blitz-js/next.js - 989b6ad145b7539e09522766d3818126bb2c17fd authored over 4 years ago by Jan Potoms <[email protected]>
Do some yarn workspace maintenance (#633)

(meta)

github.com/blitz-js/legacy-framework - 79753735513c8759417b6b7214241dbb17cee111 authored over 4 years ago by Brandon Bayer <[email protected]>
docs: add gvasquez11 as a contributor (#649)

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> (m...

github.com/blitz-js/legacy-framework - 73502e3a9a746202adf465ca1f7bd40ce2a105d8 authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Add missing re-export items from Next.js (#636)

(minor)

github.com/blitz-js/legacy-framework - b04a76a6dc7a2b420583f765414062778c213e9f authored over 4 years ago by gvasquez11 <[email protected]>
Add `blitz generate model` πŸŽ‰ (#545)

Co-authored-by: Brandon Bayer <[email protected]>
Co-authored-by: Adam Markon <[email protected]> (m...

github.com/blitz-js/legacy-framework - c05b43a4dd390fc79ef2ffd93e19f6210151f695 authored over 4 years ago by Adam Markon <[email protected]>
docs: add anteprimorac as a contributor (#648)

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> (m...

github.com/blitz-js/legacy-framework - e99462b8ff9697c125a3c75a736fff5427d1789d authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Add `useParam` hook (#637)

(minor)

github.com/blitz-js/legacy-framework - 201ea1eb258f9c5e45166b8f920f9dcf19b5c25e authored over 4 years ago by Ante Primorac <[email protected]>
Add dot option to glob (#646)

github.com/blitz-js/legacy-framework - 9c9c42309a3b46e2eae28f246b54548870fc5b08 authored over 4 years ago by Rudi Yardley <[email protected]>
Only parse typescript/js files (#645)

github.com/blitz-js/legacy-framework - baf4907912e5965ab0e521adcfc6f9b138c11f0b authored over 4 years ago by Rudi Yardley <[email protected]>
Rewrite recipe installer framework with Ink (#608)

(meta)

github.com/blitz-js/legacy-framework - bc1e695ca81796026f32106a1ccf52b36daf8ea1 authored over 4 years ago by Adam Markon <[email protected]>
Typo fixed in the tutorial (#75)

github.com/blitz-js/id.blitzjs.com - 4ecc5efc7a49960d6972a590115031fbdba68a91 authored over 4 years ago by Denis Radin <[email protected]>
Typo fixed in the tutorial (#75)

github.com/blitz-js/de.blitzjs.com - 4ecc5efc7a49960d6972a590115031fbdba68a91 authored over 4 years ago by Denis Radin <[email protected]>
Typo fixed in the tutorial (#75)

github.com/blitz-js/ja.blitzjs.com - 4ecc5efc7a49960d6972a590115031fbdba68a91 authored over 4 years ago by Denis Radin <[email protected]>
Typo fixed in the tutorial (#75)

github.com/blitz-js/it.blitzjs.com - 4ecc5efc7a49960d6972a590115031fbdba68a91 authored over 4 years ago by Denis Radin <[email protected]>
Typo fixed in the tutorial (#75)

github.com/blitz-js/zh-hans.blitzjs.com - 4ecc5efc7a49960d6972a590115031fbdba68a91 authored over 4 years ago by Denis Radin <[email protected]>
Typo fixed in the tutorial (#75)

github.com/blitz-js/pt-br.blitzjs.com - 4ecc5efc7a49960d6972a590115031fbdba68a91 authored over 4 years ago by Denis Radin <[email protected]>
Typo fixed in the tutorial (#75)

github.com/blitz-js/blitzjs.com - 4ecc5efc7a49960d6972a590115031fbdba68a91 authored over 4 years ago by Denis Radin <[email protected]>
Typo fixed in the tutorial (#75)

github.com/blitz-js/ko.blitzjs.com - 4ecc5efc7a49960d6972a590115031fbdba68a91 authored over 4 years ago by Denis Radin <[email protected]>
Typo fixed in the tutorial (#75)

github.com/blitz-js/nl.blitzjs.com - 4ecc5efc7a49960d6972a590115031fbdba68a91 authored over 4 years ago by Denis Radin <[email protected]>
Typo fixed in the tutorial (#75)

github.com/blitz-js/es.blitzjs.com - 4ecc5efc7a49960d6972a590115031fbdba68a91 authored over 4 years ago by Denis Radin <[email protected]>
Typo fixed in the tutorial (#75)

github.com/blitz-js/fr.blitzjs.com - 4ecc5efc7a49960d6972a590115031fbdba68a91 authored over 4 years ago by Denis Radin <[email protected]>
Clean up render.tsx options (#13759)

Went through and removed a bunch of internal options which are just pass-through values of build...

github.com/blitz-js/next.js - e125d905a0dd93d247c6122d349c2c90268f0713 authored over 4 years ago by Tim Neutkens <[email protected]>
Add FAQ section to Built-in CSS Support (#13846)

I added a FAQ section to answer questions I see frequently. Motivation: https://github.com/verce...

github.com/blitz-js/next.js - a89afc2ec6f83cb6d7d7a6e09699e311ddafdb3f authored over 4 years ago by Rafael Almeida <[email protected]>
[Examples] Remove getInitialProps from with-rematch (#13834)

Related to [11014](https://github.com/vercel/next.js/issues/11014)

github.com/blitz-js/next.js - 2ede86ffa974d80cce96933757785662ca320c98 authored over 4 years ago by Todor Totev <[email protected]>
refactor: Use native fs instead of fs-extra and promisify (#13841)

**add-comment.js**
`writeFile` is not unique to `fs-extra`.

**lib/find-page-file.ts**
ref: #12026

github.com/blitz-js/next.js - 38519c626e58e178e05dfac63db1b5067cdeca35 authored over 4 years ago by matamatanot <[email protected]>
Update PULL_REQUEST_TEMPLATE.md

(ignore)

github.com/blitz-js/legacy-framework - 3f6b9ef1adfeff7e56903208aa38fe001cccb787 authored over 4 years ago by Brandon Bayer <[email protected]>
Update README.md

github.com/blitz-js/id.blitzjs.com - d78dc83196c6de9b683ac5820cd0817affbb4b70 authored over 4 years ago by Brandon Bayer <[email protected]>
Update README.md

github.com/blitz-js/de.blitzjs.com - d78dc83196c6de9b683ac5820cd0817affbb4b70 authored over 4 years ago by Brandon Bayer <[email protected]>
Update README.md

github.com/blitz-js/ja.blitzjs.com - d78dc83196c6de9b683ac5820cd0817affbb4b70 authored over 4 years ago by Brandon Bayer <[email protected]>
Update README.md

github.com/blitz-js/zh-hans.blitzjs.com - d78dc83196c6de9b683ac5820cd0817affbb4b70 authored over 4 years ago by Brandon Bayer <[email protected]>
Update README.md

github.com/blitz-js/it.blitzjs.com - d78dc83196c6de9b683ac5820cd0817affbb4b70 authored over 4 years ago by Brandon Bayer <[email protected]>
Update README.md

github.com/blitz-js/nl.blitzjs.com - d78dc83196c6de9b683ac5820cd0817affbb4b70 authored over 4 years ago by Brandon Bayer <[email protected]>
Update README.md

github.com/blitz-js/pt-br.blitzjs.com - d78dc83196c6de9b683ac5820cd0817affbb4b70 authored over 4 years ago by Brandon Bayer <[email protected]>
Update README.md

github.com/blitz-js/ko.blitzjs.com - d78dc83196c6de9b683ac5820cd0817affbb4b70 authored over 4 years ago by Brandon Bayer <[email protected]>
Update README.md

github.com/blitz-js/es.blitzjs.com - d78dc83196c6de9b683ac5820cd0817affbb4b70 authored over 4 years ago by Brandon Bayer <[email protected]>
Update README.md

github.com/blitz-js/blitzjs.com - d78dc83196c6de9b683ac5820cd0817affbb4b70 authored over 4 years ago by Brandon Bayer <[email protected]>
Update README.md

github.com/blitz-js/fr.blitzjs.com - d78dc83196c6de9b683ac5820cd0817affbb4b70 authored over 4 years ago by Brandon Bayer <[email protected]>
docs: add reymon359 as a contributor (#640)

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> (m...

github.com/blitz-js/legacy-framework - a5410053e116069f3751b6a3356a152399b2aafe authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Rename `NextScript` to `BlitzScript` (#638)

(major)

github.com/blitz-js/legacy-framework - 798eb7a394be8574b95b09a00f01d2cb48c5b41d authored over 4 years ago by reymon359 <[email protected]>
Update README.md

(ignore)

github.com/blitz-js/legacy-framework - cda8313cfd44192e7bdec3e132d62cd54b36b54f authored over 4 years ago by Brandon Bayer <[email protected]>
[Examples] Move api-routes-apollo-server-and-client to SSG (#13782)

Ref: https://github.com/vercel/next.js/pull/13742

github.com/blitz-js/next.js - 792a113d482b770f412403b4a0d33b3451bac23d authored over 4 years ago by Luis Alvarez D <[email protected]>
tiny improvement to `blitz console` help text

github.com/blitz-js/legacy-framework - 3215b32b32309dafac999bba301a4a74ac6ff2be authored over 4 years ago by Brandon Bayer <[email protected]>
document useInfiniteQuery

github.com/blitz-js/id.blitzjs.com - 8e9aacd9e5880c758000f07800c1cd2610e21390 authored over 4 years ago by Brandon Bayer <[email protected]>
document useInfiniteQuery

github.com/blitz-js/blitzjs.com - 8e9aacd9e5880c758000f07800c1cd2610e21390 authored over 4 years ago by Brandon Bayer <[email protected]>