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

Bypass image optimization for vector images (#18179)

Previously, vector images like svg were being converted to webp and resized.

However, vector im...

github.com/blitz-js/next.js - 0dff7def7ac95407f36c3fd4c8a33e6d61c0b1e2 authored about 4 years ago by Steven <[email protected]>
Add initial i18n documentation (#18067)

* Add initial i18n documentation

* Apply suggestions from code review

Co-authored-by: Tim ...

github.com/blitz-js/next.js - d4397d8ab5aad182933db6cc4d7c9c33926b4c8c authored about 4 years ago by JJ Kasper <[email protected]>
v9.5.6-canary.13

github.com/blitz-js/next.js - debe4e23489a2c3c10b4308359c1baaa0300df6c authored about 4 years ago by Steven <[email protected]>
Add w param (#18151)

Add missing `w` param for [old browsers](https://developer.mozilla.org/en-US/docs/Web/API/HTMLIm...

github.com/blitz-js/next.js - a12eeea18d542a1ab5ef3ca6ae4096e836a09f3f authored about 4 years ago by Steven <[email protected]>
Bump node-sass from 4.12.0 to 4.13.1 (#18140)

Bumps [node-sass](https://github.com/sass/node-sass) from 4.12.0 to 4.13.1.
- [Release notes](h...

github.com/blitz-js/next.js - 1925ca039c11f8e8cb4d60f973861008e14bee01 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump tree-kill from 1.2.1 to 1.2.2 (#18139)

Bumps [tree-kill](https://github.com/pkrumins/node-tree-kill) from 1.2.1 to 1.2.2.
- [Release n...

github.com/blitz-js/next.js - 11d1d6b5469a1cf4a86f63145e04948d20a8f89f authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Pass quality param of image component to preload (#18158)

If give the `priority` and `quality` attributes to an Image Component, the `quality` attribute w...

github.com/blitz-js/next.js - f1005ca661358091e905212ba80f5cb5d1f4f79e authored about 4 years ago by Yamagishi Kazutoshi <[email protected]>
Update redirect query encoding (#18149)

* Update redirect query encoding

* Add additional tests

github.com/blitz-js/next.js - 4442fe2faf5e576eb57307d4fcef60df438e71ef authored about 4 years ago by JJ Kasper <[email protected]>
Update Image Optimization API to prevent upscaling image (#18147)

The `w` parameter in the Image Optimization API is the requested size of the image and should on...

github.com/blitz-js/next.js - ac8a0c48365568dded9d834b21671eaf5b141fc3 authored about 4 years ago by Steven <[email protected]>
Change Image component lazy=true to loading=lazy (#18138)

This PR updates the `<Image>` component to follow the same property naming as native `<img>`.

h...

github.com/blitz-js/next.js - 07adc8ef2618866c77218f619d9f49942a0cbde0 authored about 4 years ago by Steven <[email protected]>
v9.5.6-canary.12

github.com/blitz-js/next.js - fe4d16c7f4f2ed781461c2241d96895e30cdda67 authored about 4 years ago by JJ Kasper <[email protected]>
Add locale false handling (#18115)

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

github.com/blitz-js/next.js - 9bbfa0e8d2fc06c9cc9d138f6f9b6199228d1f3b authored about 4 years ago by JJ Kasper <[email protected]>
Make lazy-loading the default for next/image (#18123)

Co-authored-by: Steven <[email protected]>

github.com/blitz-js/next.js - 9fb1e6050459927d9fc5e3356e7d575d8cd73772 authored about 4 years ago by Tim Neutkens <[email protected]>
Update fallback 404 handling to prevent reload loop (#18119)

This updates the fallback 404 handling to render the correct 404 page on the client when a 404 i...

github.com/blitz-js/next.js - 81e667bfaebbf651162e88e6df392c762c68b386 authored about 4 years ago by JJ Kasper <[email protected]>
docs: add ftonato as a contributor (#77)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authore...

github.com/flightcontrolhq/superjson - 6a7245b4f80551121a637bc9117da8e4ada9face authored about 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
test: adding test for unknown type (#76)

Closes #49

github.com/flightcontrolhq/superjson - b738f3e14e11a7fa068e1732d18a86e173a117ec authored about 4 years ago by Ademílson F. Tonato <[email protected]>
v9.5.6-canary.11

github.com/blitz-js/next.js - 4af3611721638de37d7960c50c0d6664a4ddcf84 authored about 4 years ago by Tim Neutkens <[email protected]>
Fix merge conflict (#18106)

github.com/blitz-js/next.js - 755934d0fc3e9a0c47e4747b40c82527291a7be5 authored about 4 years ago by Steven <[email protected]>
Fix Image component defaults & remove autoOptimize (#18101)

github.com/blitz-js/next.js - 3f07e554f4347240bf594f801e5de0499413f8ab authored about 4 years ago by Steven <[email protected]>
Image Component: Support for Akamai image CDN (#18100)

github.com/blitz-js/next.js - 1a8cb7e1a03792ab062a8f38af73a887fa88f0b5 authored about 4 years ago by Alex Castle <[email protected]>
v9.5.6-canary.10

github.com/blitz-js/next.js - 548d19398fdaae632f59e116d95d1c7bc8d9cebc authored about 4 years ago by Tim Neutkens <[email protected]>
Fix precompiled code (#18093)

Solves the build failure we're seeing on PRs

github.com/blitz-js/next.js - ea29bb3e4c9e127067f60ad3023220404984c18f authored about 4 years ago by Tim Neutkens <[email protected]>
Upgrade @ampproject/toolbox-optimizer (#18087)

Fixes #18044
Related to #17416

github.com/blitz-js/next.js - 71f3e8db7b4c952f07abe7b781e4497864eb56ea authored about 4 years ago by Tim Neutkens <[email protected]>
couple tweaks

github.com/blitz-js/codesandbox-template - 699a1352a2cf926bdc683683f315fb947c8c11be authored about 4 years ago by Brandon Bayer <[email protected]>
v0.25.0-canary.0

github.com/blitz-js/legacy-framework - f4eaebb52a57a38678e2c65def8945472b05e43e authored about 4 years ago by Brandon Bayer <[email protected]>
docs: add nemesv as a contributor (#1373)

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

github.com/blitz-js/legacy-framework - 4df2dfd5fce4ea68c51404a575390f726daf5f66 authored about 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Fix `blitz db seed` not working (#1363)

(patch)

github.com/blitz-js/legacy-framework - f20de5ad53ac68426a2fa2344714cefbb0795774 authored about 4 years ago by Viktor Nemes <[email protected]>
Upgrade to Chokidar 3. (#17558)

Co-authored-by: Tim Neutkens <[email protected]>

github.com/blitz-js/next.js - 6212823735dc7e7bd6c4d13ae219ae6430680d58 authored about 4 years ago by Ludovico Fischer <[email protected]>
Update peerdependency to account for React 17 (#18089)

github.com/blitz-js/next.js - f23238788349cd4807ab49b688e923132b758c6b authored about 4 years ago by Tim Neutkens <[email protected]>
Update to PostCSS 8. (#17415)

Co-authored-by: Tim Neutkens <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodia...

github.com/blitz-js/next.js - b89d417b3714e98f6b8cef3baa0b6979cf1bb7d7 authored about 4 years ago by Ludovico Fischer <[email protected]>
Move sharp to optionalDependencies (#18068)

Co-authored-by: Tim Neutkens <[email protected]>

github.com/blitz-js/next.js - 80bf81a3cf8a99f569210670fe618f0b7cdc1d23 authored about 4 years ago by Steven <[email protected]>
Fix css dependency in /_error (#17301)

github.com/blitz-js/next.js - 9dfc9ebc8a8be625e8d91e53ba3a1e4cd916d977 authored about 4 years ago by Tasuku Uno <[email protected]>
Add `unsized` property to Image component (#18059)

Implements the `unsized` property from RFC #16832

cc @atcastle

github.com/blitz-js/next.js - e8f402adfa969ec45de249bbb37e1b6f8d392197 authored about 4 years ago by Steven <[email protected]>
Pass locales to getStaticPaths for i18n (#18077)

This makes sure the `locales` are passed to `getStaticPaths` and also disables the removing the ...

github.com/blitz-js/next.js - 2ab34451b7f36745f33a69fb35256f40fd13eac1 authored about 4 years ago by JJ Kasper <[email protected]>
Use ya in case xa is false (#18074)

This closes [#18023](https://github.com/vercel/next.js/issues/18023).

I was following the exam...

github.com/blitz-js/next.js - c28d39e47d7337636e832134b26d6214357fe3d4 authored about 4 years ago by Tuan Nguyen <[email protected]>
v9.5.6-canary.9

github.com/blitz-js/next.js - 91eb984d58cf4b85269b6ecd5d510700dea780f0 authored about 4 years ago by JJ Kasper <[email protected]>
Update resolve-url-loader to fix vulnerability (#18064)

Bump resolve-url-loader version to fix vulnerability.

Fixes #18048
Related #18044

github.com/blitz-js/next.js - d4f53ec2bcecb0774f1e0c20cd10b353e97dbbf2 authored about 4 years ago by Felipe Flores <[email protected]>
Merge pull request #99 from Gerrit0/fix-help-fir

fix: Channels never close when a user leaves server

github.com/blitz-js/discord-bot - c71fe89bb173dc7f0ab1a6ee4e6f91ee782c08f0 authored about 4 years ago by Robert Westbury <[email protected]>
v9.5.6-canary.8

github.com/blitz-js/next.js - 48a95d58048c4556417c0e2fbc05799a5b33a9ac authored about 4 years ago by JJ Kasper <[email protected]>
Ensure root index GSP page's revalidate is recorded (#18053)

github.com/blitz-js/next.js - 4d85d4985b6a56e285d084190c7900062b234301 authored about 4 years ago by JJ Kasper <[email protected]>
v9.5.6-canary.7

github.com/blitz-js/next.js - fdc4eb80d8d58281b64e0cbf15e0e818dc9e88ea authored about 4 years ago by Tim Neutkens <[email protected]>
Add `width` and `height` props to Image component (#18031)

Co-authored-by: Tim Neutkens <[email protected]>

github.com/blitz-js/next.js - 0fb39e23473df06164b7fe89244da13775b22865 authored about 4 years ago by Steven <[email protected]>
Remove multi-host support for image component and support quality pass-through (#18038)

Co-authored-by: Tim Neutkens <[email protected]>

github.com/blitz-js/next.js - 01e6bd16843411d2d3bae1f0387284b1fbb6c442 authored about 4 years ago by Alex Castle <[email protected]>
v9.5.6-canary.6

github.com/blitz-js/next.js - a6ef24580e1322e12788897c1d42dfe847272207 authored about 4 years ago by JJ Kasper <[email protected]>
Ensure correct default locale is detected for domain locale (#18046)

This makes sure that we detect the correct default locale for domain specific locales since a do...

github.com/blitz-js/next.js - 8be3562c487ffa030b1df08b1e2e97688249c0a0 authored about 4 years ago by JJ Kasper <[email protected]>
v9.5.6-canary.5

github.com/blitz-js/next.js - 85842cee65e7ae73fc160d60eca5fd741beffa85 authored about 4 years ago by JJ Kasper <[email protected]>
Update handling for relative files in image-optimizer (#17998)

This updates the new image optimizer endpoint to instead of relying on the `host` and `proto` he...

github.com/blitz-js/next.js - 114de064325d06d80287836fa6b453c62014356c authored about 4 years ago by JJ Kasper <[email protected]>
Update to postcss-loader 4.0.2. (#17458)

Co-authored-by: Tim Neutkens <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodia...

github.com/blitz-js/next.js - 0d3671c2c26f001e2647be5d6d89def13cc75888 authored about 4 years ago by Ludovico Fischer <[email protected]>
Fix typo in headers docs example (#18012)

github.com/blitz-js/next.js - 58edd0998c4d3ec0967a6386dfcb877978aae4f8 authored about 4 years ago by Francisco Baio Dias <[email protected]>
Update step 5 to Strapi example Readme (#17985)

Co-authored-by: Rémi de Juvigny <[email protected]>
Co-authored-by: Tim Neutkens <[email protected]...

github.com/blitz-js/next.js - c9d4d6299e8626e9d4b3b61c05da7a9f802cd911 authored about 4 years ago by Justin W Hall <[email protected]>
Capitalize Data Fetching title in docs (#18001)

Noticed that most of our mentions to Data Fetching are capitalized in both words, but the page i...

github.com/blitz-js/next.js - e05f3a9112b000454f48d6361b97c675af98bd2f authored about 4 years ago by Luis Alvarez D <[email protected]>
Add with-facebook-pixel example (#17667)

github.com/blitz-js/next.js - fd4eb558a26e90d1b0fa553c6712be15b802ac46 authored about 4 years ago by Ash Connell <[email protected]>
docs: add sirmyron as a contributor (#1361)

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

github.com/blitz-js/legacy-framework - 005edc089a2094a2ad6d47a6642763382d38d7aa authored about 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Added useMemo call for response from useRouter (#1352)

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

github.com/blitz-js/legacy-framework - ddab8d063dd4dab53e387cf929499e2f083f8935 authored about 4 years ago by sirmyron <[email protected]>
Fix your jest tests failing because of useQuery error message (#1357)

(patch)

github.com/blitz-js/legacy-framework - 308744681be99e1320a5b2da939001bff3ee54cc authored about 4 years ago by Brandon Bayer <[email protected]>
docs: add markhaehnel as a contributor (#1360)

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

github.com/blitz-js/legacy-framework - 291b988c052d99f3f5e69f901100edc9b50dabf2 authored about 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Fix blitz CLI not using proper exit codes (#1316)

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

github.com/blitz-js/legacy-framework - 7fdd97bb7d11604fa6c6ade62d9e5b2de613bd54 authored about 4 years ago by Mark Hähnel <[email protected]>
docs: add dulcehc as a contributor (#1359)

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

github.com/blitz-js/legacy-framework - 02af10133c839636aaf99caffe3a5731df1de24e authored about 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
(newapp) Add incremental:true to tsconfig.json (#1350)

github.com/blitz-js/legacy-framework - de01a52886ffab095239a6fa49d72f0895f0bc47 authored about 4 years ago by Dulce Hernández <[email protected]>
Add @zanedb as a contributor

github.com/blitz-js/legacy-framework - cbcbeefd40602da87a94dd1307242061110e5242 authored about 4 years ago by Brandon Bayer <[email protected]>
Make tutorial consistent with generated code (#229)

github.com/blitz-js/id.blitzjs.com - d6e5bd851c3d625ee9f8ee0fb3308a2a95c649b4 authored about 4 years ago by Zane <[email protected]>
Make tutorial consistent with generated code (#229)

github.com/blitz-js/zh-hans.blitzjs.com - d6e5bd851c3d625ee9f8ee0fb3308a2a95c649b4 authored about 4 years ago by Zane <[email protected]>
Make tutorial consistent with generated code (#229)

github.com/blitz-js/ja.blitzjs.com - d6e5bd851c3d625ee9f8ee0fb3308a2a95c649b4 authored about 4 years ago by Zane <[email protected]>
Make tutorial consistent with generated code (#229)

github.com/blitz-js/it.blitzjs.com - d6e5bd851c3d625ee9f8ee0fb3308a2a95c649b4 authored about 4 years ago by Zane <[email protected]>
Make tutorial consistent with generated code (#229)

github.com/blitz-js/blitzjs.com - d6e5bd851c3d625ee9f8ee0fb3308a2a95c649b4 authored about 4 years ago by Zane <[email protected]>
Make tutorial consistent with generated code (#229)

github.com/blitz-js/de.blitzjs.com - d6e5bd851c3d625ee9f8ee0fb3308a2a95c649b4 authored about 4 years ago by Zane <[email protected]>
Make tutorial consistent with generated code (#229)

github.com/blitz-js/nl.blitzjs.com - d6e5bd851c3d625ee9f8ee0fb3308a2a95c649b4 authored about 4 years ago by Zane <[email protected]>
Make tutorial consistent with generated code (#229)

github.com/blitz-js/fr.blitzjs.com - d6e5bd851c3d625ee9f8ee0fb3308a2a95c649b4 authored about 4 years ago by Zane <[email protected]>
Make tutorial consistent with generated code (#229)

github.com/blitz-js/ko.blitzjs.com - d6e5bd851c3d625ee9f8ee0fb3308a2a95c649b4 authored about 4 years ago by Zane <[email protected]>
Make tutorial consistent with generated code (#229)

github.com/blitz-js/pt-br.blitzjs.com - d6e5bd851c3d625ee9f8ee0fb3308a2a95c649b4 authored about 4 years ago by Zane <[email protected]>
Make tutorial consistent with generated code (#229)

github.com/blitz-js/es.blitzjs.com - d6e5bd851c3d625ee9f8ee0fb3308a2a95c649b4 authored about 4 years ago by Zane <[email protected]>
docs: add nksaraf as a contributor (#1358)

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

github.com/blitz-js/legacy-framework - 7083da0297f26855b2ec533b964bc13b4ba19300 authored about 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Fix db.connect error when using without prisma (#1342)

(patch)

github.com/blitz-js/legacy-framework - 83b08f00ebe35ee0f688a3e74d7d957ce0f76932 authored about 4 years ago by Nikhil Saraf <[email protected]>
Correct Text Error (#228)

github.com/blitz-js/id.blitzjs.com - a9ca5c9b764934dd58bfeb2cee2b28252c2e5426 authored about 4 years ago by Matthew Sweeney <[email protected]>
Correct Text Error (#228)

github.com/blitz-js/blitzjs.com - a9ca5c9b764934dd58bfeb2cee2b28252c2e5426 authored about 4 years ago by Matthew Sweeney <[email protected]>
Correct Text Error (#228)

github.com/blitz-js/ko.blitzjs.com - a9ca5c9b764934dd58bfeb2cee2b28252c2e5426 authored about 4 years ago by Matthew Sweeney <[email protected]>
Correct Text Error (#228)

github.com/blitz-js/fr.blitzjs.com - a9ca5c9b764934dd58bfeb2cee2b28252c2e5426 authored about 4 years ago by Matthew Sweeney <[email protected]>
Correct Text Error (#228)

github.com/blitz-js/nl.blitzjs.com - a9ca5c9b764934dd58bfeb2cee2b28252c2e5426 authored about 4 years ago by Matthew Sweeney <[email protected]>
Correct Text Error (#228)

github.com/blitz-js/pt-br.blitzjs.com - a9ca5c9b764934dd58bfeb2cee2b28252c2e5426 authored about 4 years ago by Matthew Sweeney <[email protected]>
Correct Text Error (#228)

github.com/blitz-js/de.blitzjs.com - a9ca5c9b764934dd58bfeb2cee2b28252c2e5426 authored about 4 years ago by Matthew Sweeney <[email protected]>
Correct Text Error (#228)

github.com/blitz-js/es.blitzjs.com - a9ca5c9b764934dd58bfeb2cee2b28252c2e5426 authored about 4 years ago by Matthew Sweeney <[email protected]>
Correct Text Error (#228)

github.com/blitz-js/it.blitzjs.com - a9ca5c9b764934dd58bfeb2cee2b28252c2e5426 authored about 4 years ago by Matthew Sweeney <[email protected]>
Correct Text Error (#228)

github.com/blitz-js/zh-hans.blitzjs.com - a9ca5c9b764934dd58bfeb2cee2b28252c2e5426 authored about 4 years ago by Matthew Sweeney <[email protected]>
Correct Text Error (#228)

github.com/blitz-js/ja.blitzjs.com - a9ca5c9b764934dd58bfeb2cee2b28252c2e5426 authored about 4 years ago by Matthew Sweeney <[email protected]>
Adds test to assert useMutation validation (#1351)

(meta)

github.com/blitz-js/legacy-framework - 3e7bf8575025d6a14b401ff9995ae95f364ae1f6 authored about 4 years ago by Rafael Nunes <[email protected]>
(newapp) Fix tests not found if app has blitz in the name (#1355)

github.com/blitz-js/legacy-framework - e9d626d495575bd60900c1e936a813818d20906d authored about 4 years ago by Brandon Bayer <[email protected]>
Updated dependencies for example: with-react-native-web (#17375)

The current dependencies of the example "with-react-native-web" are outdated.
In this PR I upda...

github.com/blitz-js/next.js - 68c62b33071ced150bf8e5cf28c025dedfaca716 authored about 4 years ago by Or Yoffe <[email protected]>
add codesandbox config

github.com/blitz-js/codesandbox-template - f57cc2b25a9cff3391b1c106c08b127f584040ab authored about 4 years ago by Brandon Bayer <[email protected]>
Revert "Add documentation for setQueryData (#227)"

This reverts commit 82b19ceaaf302d19755c034648df8406a5daa8dd.

github.com/blitz-js/zh-hans.blitzjs.com - a4ee3344acacb1a51303178a50b1db5f692da1ff authored about 4 years ago by Brandon Bayer <[email protected]>
Revert "Add documentation for setQueryData (#227)"

This reverts commit 82b19ceaaf302d19755c034648df8406a5daa8dd.

github.com/blitz-js/ja.blitzjs.com - a4ee3344acacb1a51303178a50b1db5f692da1ff authored about 4 years ago by Brandon Bayer <[email protected]>
Revert "Add documentation for setQueryData (#227)"

This reverts commit 82b19ceaaf302d19755c034648df8406a5daa8dd.

github.com/blitz-js/it.blitzjs.com - a4ee3344acacb1a51303178a50b1db5f692da1ff authored about 4 years ago by Brandon Bayer <[email protected]>
Revert "Add documentation for setQueryData (#227)"

This reverts commit 82b19ceaaf302d19755c034648df8406a5daa8dd.

github.com/blitz-js/id.blitzjs.com - a4ee3344acacb1a51303178a50b1db5f692da1ff authored about 4 years ago by Brandon Bayer <[email protected]>
Revert "Add documentation for setQueryData (#227)"

This reverts commit 82b19ceaaf302d19755c034648df8406a5daa8dd.

github.com/blitz-js/fr.blitzjs.com - a4ee3344acacb1a51303178a50b1db5f692da1ff authored about 4 years ago by Brandon Bayer <[email protected]>
Revert "Add documentation for setQueryData (#227)"

This reverts commit 82b19ceaaf302d19755c034648df8406a5daa8dd.

github.com/blitz-js/nl.blitzjs.com - a4ee3344acacb1a51303178a50b1db5f692da1ff authored about 4 years ago by Brandon Bayer <[email protected]>
Revert "Add documentation for setQueryData (#227)"

This reverts commit 82b19ceaaf302d19755c034648df8406a5daa8dd.

github.com/blitz-js/es.blitzjs.com - a4ee3344acacb1a51303178a50b1db5f692da1ff authored about 4 years ago by Brandon Bayer <[email protected]>
Revert "Add documentation for setQueryData (#227)"

This reverts commit 82b19ceaaf302d19755c034648df8406a5daa8dd.

github.com/blitz-js/pt-br.blitzjs.com - a4ee3344acacb1a51303178a50b1db5f692da1ff authored about 4 years ago by Brandon Bayer <[email protected]>
Revert "Add documentation for setQueryData (#227)"

This reverts commit 82b19ceaaf302d19755c034648df8406a5daa8dd.

github.com/blitz-js/de.blitzjs.com - a4ee3344acacb1a51303178a50b1db5f692da1ff authored about 4 years ago by Brandon Bayer <[email protected]>
Revert "Add documentation for setQueryData (#227)"

This reverts commit 82b19ceaaf302d19755c034648df8406a5daa8dd.

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