並び順

ブックマーク数

期間指定

  • から
  • まで

81 - 120 件 / 131件

新着順 人気順

apolloの検索結果81 - 120 件 / 131件

  • Using Apollo Client with Next.js 13: releasing an official library to support the App Router | Apollo GraphQL Blog

    Blog /announcement /Frontend /Using Apollo Client with Next.js 13: releasing an official library to support the App Router Back to Blog May 10, 2023Using Apollo Client with Next.js 13: releasing an official library to support the App Router The latest release of Next.js 13 (13.4) declared the new app directory as stable and it will now be the default for new projects. The app directory is a major

      Using Apollo Client with Next.js 13: releasing an official library to support the App Router | Apollo GraphQL Blog
    • 1次元の場合でも flex-shrink, flex-grow が必要なら CSS Grid でもいいんじゃない? - Qiita

      1次元の場合でも flex-shrink, flex-grow が必要なら CSS Grid でもいいんじゃない?CSS 「1次元なら Flexbox, 2次元なら CSS Grid」 のように Flexbox と CSS Grid を使い分けると考えている人は多いのではないでしょうか? じつは、1次元であっても、中身の文字列等の幅に関係ない(つまり 幅 が hug contents じゃない) 要素が含まれるときには、 Flexbox で書くよりも CSS Grid のほうが簡潔になる場合があります。 たとえば、「左側は幅固定で、右側はあまった幅を埋める (ともに中身に左右されない)」のように領域を左右に分ける場合です。 (CodeSandbox のプレビュー画面のサイズを変化させると、左側領域の幅は変わらず、右側だけが変わっていることが分かります。) 1. Flexbox で実装する

        1次元の場合でも flex-shrink, flex-grow が必要なら CSS Grid でもいいんじゃない? - Qiita
      • 【2019年*保存版】FlexBoxで簡単に横並びレイアウト|初心者でも大丈夫

        IE 6-9とOpera 10-11.5では、flexboxを使用することができません。これらが推奨環境に含まれてしまっている場合はflexboxを使用するのを避けましょう。 また、最新のIE11でもいくつかバグが報告されているため、flexboxを使用する際は動作確認を行った方がいいでしょう。 FlexBoxの基本 それではflexboxの基本から学んでいきましょう。 flexboxは、HTML内に親要素となるコンテナを作成し、その中に子要素となるアイテムを作ります。 <!DOCTYPE html> <html lang="ja"> <head> <meta charset="UTF-8"> <title>Hello World !</title> <link rel="stylesheet" href="css/styles.css"> </head> <body> <div clas

          【2019年*保存版】FlexBoxで簡単に横並びレイアウト|初心者でも大丈夫
        • GraphQLでタスク管理アプリを作る -フロントエンド編- [React+Apollo Client+Typescript] - Qiita

          GraphQLでタスク管理アプリを作る -フロントエンド編- [React+Apollo Client+Typescript]TypeScriptReactGraphQLapolloreact-hooks まえがき バックエンド編とフロントエンド編の2つに分けて、GraphQL を使ったタスク管理アプリを作っていきます。 このフロントエンド編では、React / Apollo Client / typescript によるGraphQLを使ったTODOアプリの実装をご紹介していきます。 この記事は@ebknさんの記事の後編です。 まだ読んでないというそこのあなた、ぜひご一読ください!(そして願わくばこの記事に戻ってきてくださいな) このアプリのコードは公開しています。 こんな感じのTODOアプリを作ります。 主な技術要素 React Typescript(v3.7.2以上、Optional

            GraphQLでタスク管理アプリを作る -フロントエンド編- [React+Apollo Client+Typescript] - Qiita
          • Apollo-Serverにおける認証と認可 (Authentication/Authorization) | suzukalight.com

            Apollo-Server を使った GraphQL サーバのハンズオン実装シリーズ。今回は認証と認可(Authentication/Authorization)を扱います。 前半は、メールアドレス・パスワードによる認証と、サインアップ処理を追加する手順です。JWT(jsonwebtoken)、bcrypt による暗号化、beforeCreate などの Sequelize Hooks などを使用しています。 後半は、JWT + x-token ヘッダ によるユーザ認証と、Permission-based, Role-based の認可処理を追加する手順です。ほかにリゾルバの連結を行う graphql-resolvers を紹介しています。 今回も、こちらのチュートリアルをなぞって進めています; https://www.robinwieruch.de/graphql-apollo-serv

              Apollo-Serverにおける認証と認可 (Authentication/Authorization) | suzukalight.com
            • @graphql-codegen/typed-document-node を使ってみた

              しんのきです。 自社サービスで Apollo Client の fetchMore を使ったページネーションを実装する際、出たばかりの TypedDocumentNode を思い出し、これを使えばもっとシンプルに型定義できそうだと思って調査してみました。 結果としては大きなハマりどころもなく期待通り動いてくれました。 (ちなみにドキュメントにもまだ反映されていませんが、 fetchMore と updateQueries を使ったページネーションは Apollo Client v3 で deprecated になっています。これはまた別のお話。) TypedDocumentNode とは TypedDocumentNode は graphql-codegen など GraphQL 関連のツール群を作っている The Guild が 2020 年 7 月にリリースした、 GraphQL ライ

                @graphql-codegen/typed-document-node を使ってみた
              • hiroppy's site

                Hi, I'm Yuta Hiroto! I'm a Node.js and webpack committer and I like development and sleeping 😴

                • [Angular8]サイトを簡単スタイリング!Angular Flex-Layoutの使い方をまとめてみた | DevelopersIO

                  どうも!大阪オフィスの西村祐二です。 フッター、ヘッターのレイアウトなど、画面のスタイリングをする際に、CSSのFlexboxなどで記載していく人は多いのではないでしょうか。 AngularではCSSのFlexboxをCSSファイルに書かず、HTMLタグ(ディレクティブ)を設定するだけで、簡単にFlexboxを設定できるライブラリAngular Flex-Layoutが公式から提供されています。 ex) <div fxLayout="row" fxLayoutAlign="space-between"> </div> 今回はそのAngular Flex-Layoutの使い方をまとめてみます。 目次 環境 試していく環境を準備 早速試していく! fxLayout 子要素の並ぶ向き fxLayoutAlign 要素の整列順 fxLayoutGap 要素間のマージン設定 Grid Mode fx

                    [Angular8]サイトを簡単スタイリング!Angular Flex-Layoutの使い方をまとめてみた | DevelopersIO
                  • Mutation 後のキャッシュ更新処理についての設計指針(GraphQL, Apollo) - tomoima525's blog

                    前回は、Apollo GraphQL における Mutation(トランザクション処理)の前提知識としてキャッシュ機構について説明しました。(記事はこちら) 今回は React Apollo(v2) における Mutation 後のキャッシュ更新処理について整理しつつ、どのパターンをどのユースケースで採用すべきかについてまとめてみました。 Mutation 後のキャッシュ更新処理 Mutation の返り値を使う(Optimistic UI/update) Refetch Subscription どう使いわけるか Mutation 後のキャッシュ更新処理 Mutation後のキャッシュ更新処理は大きく分けて3種類あります。それぞれ順番に紹介していきます。 Mutation の返り値を使う(Optimistic UI/update) まず、一番ベーシックな方法として、Mutation の返

                      Mutation 後のキャッシュ更新処理についての設計指針(GraphQL, Apollo) - tomoima525's blog
                    • Safari 14.1 未満のバージョンに Flexbox の gap プロパティのフォールバックスタイルを追加するための CSS ハック

                      Safari 14.1 で Flexbox の gap プロパティが Safari でも使えるようになりました。 Safari 14.1 Adds Support for Flexbox Gaps ただ、Safari のバージョンアップは OS のアップデートが絡むので、他のブラウザに比べてすぐにサポートを切りにくいです。Flexbox gap はとても便利で Safari 以外の 主要なブラウザでは対応されている ので使いたいけど Safari のせいでまだ使えないと嘆いている方も多いのではないでしょうか?僕も同じくでした。 自分を含めそんな方々を救うために、それを解決する CSS ハックを作ってみましたので紹介します。(この CSS ハックにどれくらいのニーズがあるかわかりませんが 😅) 問題点 この問題の一番ややこしいところは CSS Grid 用の gap プロパティは Safa

                      • Apollo Client v3 アップデートのハマりどころまとめ - tomoima525's blog

                        先日会社のプロジェクトにて、ようやくApollo Clientをv3にアップデートしました。今回のメジャーアップデートはいくつか大きな変更点があり、我々のプロジェクトでは影響を受けたファイルは合計300以上になりました。この記事ではどのような変更があったのか、はまりポイントはどこなのか、かいつまんで紹介します。 Apollo v3 の Breaking Change 概要 パッケージ構成の変更 react-hoc などいくつかのライブラリが非推奨に キャッシュ機構の変更 はまりポイント useQueryやuseMutationで無限ループ キャッシュ更新のtypePolicy定義 testでの graphql-tag呼び出し まとめ Apollo v3 の Breaking Change 概要 まずは v3における Breaking Changeについて、多くのプロジェクトが影響を受けるで

                          Apollo Client v3 アップデートのハマりどころまとめ - tomoima525's blog
                        • Understanding Apollo Fetch Policies

                          Like many tools for front end development, the Apollo Client is clever — almost too clever sometimes. One of its very clever features is the Apollo Cache. The Apollo Client implements a cache to store the results of its queries in the browser, avoiding unnecessary network calls. This is great, because it can help speed up your application. It’s also tricky, because you as the developer might not k

                            Understanding Apollo Fetch Policies
                          • CSS|Tableをレスポンシブ対応させる方法 | コトダマウェブ

                            訪問者が利用する端末やブラウザのサイズによってページのデザインが変わる仕組みのことを「レスポンシブ」と言います。レスポンシブウェブデザインでは、ブラウザのサイズ(横幅)に応じて、読み込むスタイルシートが切り替わるメディアクエリ(Media Queries)とい... テーブルのタテが2列の場合のレスポンシブ対応 はじめに、左に項目名、右にデータという形で2列に収まるテーブルのレスポンシブ対応について見て行きましょう。ここではPCとスマホで下記のように表示を切り替えることが目的です。 そもそも論になってしまうのですが、2列であればスマホでそのまま表示させても見栄えが悪くない場合もあります。「本当にスマホ対応させる必要があるのか?」も検討した上で先に読み進めてくださいね。 2列のテーブル場合は、スマホ表示時にth要素とtd要素をdisplay:block;にすればほぼ完成です。と説明されること

                            • Apollo Clientのキャッシュの仕組みとローカルの状態管理について

                              はじめに 現在携わっているプロジェクトの技術選定で GraphQL を使うことになり、 GraphQL クライアントとして Apollo Client を採用することになりました。 最初は GraphQL をクライアントサイドで便利に使えるようにしてくれるものくらいの認識で、クライアント側の状態管理には別途 Redux とか入れるのかなと思っていたのですが、調査の過程でたまたま Apollo Client は Redux を置き換えるとの記事を見かけたので Apollo Client のキャッシュの仕組みと状態管理について少し調べてみました。 この記事では下記のことについて解説します。 Apollo Client とは Apollo Client のキャッシュの仕組み Reactive variables を利用したローカルの状態管理について かなり内容がもりもりになってしまったのですが、

                                Apollo Clientのキャッシュの仕組みとローカルの状態管理について
                              • Apollo Client + React Native + TypeScript で辛かった話 - Qiita

                                「辛かった」と書いていますが、実際にはまだ「辛い」です。 Apollo の導入を検討している方の参考になれば幸いです。 [追記 2021年4月] 本記事を書いた時点(2019年9月)では、私の Apollo Client の理解が浅かったのが原因でした。コメントで仰って下さっている通り queryWrite 等のキャッシュをちゃんと設定すれば、大半のケースでは問題が無いと思います。 ただ、 Apollo Client で辛いと感じている方がいるのは事実で、特にキャッシュの部分はこちらの記事でも言及されていました。 個人的には、現在は URQL で additionalTypenames をちゃんと使ってます。 Refetch を自動的に行ってくれるので最高です。 [/追記] 概要 React Native + TypeScript のプロジェクトで Apollo Client を使ってみた

                                  Apollo Client + React Native + TypeScript で辛かった話 - Qiita
                                • アポロ11号月面着陸オルドリン氏の船内服、3億7000万円で落札

                                  270万ドル(約3億7000万円)で落札されたアポロ11号のバズ・オルドリン飛行士が着用した船内服。米ニューヨークのサザビーズで(2022年7月21日撮影)。(c)TIMOTHY A. CLARY / AFP 【7月27日 AFP】1969年に人類初の月面着陸を果たしたアポロ11号(Apollo 11)の乗組員、バズ・オルドリン(Buzz Aldrin)飛行士が着用した船内服が26日、270万ドル(約3億7000万円)で落札された。競売大手サザビーズ(Sotheby’s)が明らかにした。 落札された白い船内服には、米国旗と米航空宇宙局(NASA)のロゴとアポロ11号ミッションのワッペン、「E. ALDRIN」の名札が付いている。 サザビーズは「この極めて希少な服には複数の入札があった。10分ほど競り合った後、電話で参加の入札者が落札した」と発表した。 オークション前にオルドリン氏は、「多く

                                    アポロ11号月面着陸オルドリン氏の船内服、3億7000万円で落札
                                  • ☝️ GraphQL File Uploads with React Hooks, TypeScript & Amazon S3 [Tutorial]

                                    ☝️ GraphQL File Uploads with React Hooks, TypeScript & Amazon S3 [Tutorial] As time goes on, it looks like more developers are choosing to build their public-facing APIs with GraphQL instead of REST. We’re going to see a lot of the same problems people were solving with REST, solved with GraphQL, in a much cleaner and enjoyable way. A common task in a lot of web applications is performing file upl

                                      ☝️ GraphQL File Uploads with React Hooks, TypeScript & Amazon S3 [Tutorial]
                                    • 【保存版】コピペでOK!Flexboxで作る頻出レイアウトの構造解説(サンプル付き) | 東京のホームページ制作 / WEB制作会社 BRISK

                                      【保存版】コピペでOK!Flexboxで作る頻出レイアウトの構造解説(サンプル付き) 更新日:2021/01/21 要素を横並びにするとき、Flexboxってとっても便利ですよね! Floatを使用して実装するよりも少ないコードで、よりシンプルに実装することができるので皆様もお世話になっているのではないでしょうか? 以前まではブラウザによって挙動が違ったりサポートしていなかったりといった問題がありましたが、最近ではほとんどのブラウザで安定して使用できるようになったのも嬉しい点です。 この記事では、そんなFlexboxを使った頻出レイアウトのご紹介と仕組みの解説をしていきたいと思います。 「子要素のテキストを上下中央揃えにしたい」「ボタンだけは下寄せにしたい」といった、よく見るデザインながら初心者さんが困りがちなレイアウトをまとめてみました。 これが分かれば、組み合わせてもっと多くのレイアウ

                                        【保存版】コピペでOK!Flexboxで作る頻出レイアウトの構造解説(サンプル付き) | 東京のホームページ制作 / WEB制作会社 BRISK
                                      • https://airsdk.harman.com/runtime

                                        • Apollo ClientのキャッシュでInterfaceやUnionを利用する (WARNING: heuristic fragment matching going on!) - Qiita

                                          Apollo ClientのキャッシュでInterfaceやUnionを利用する (WARNING: heuristic fragment matching going on!)JavaScriptGraphQLapollo Apollo Clientのキャッシュ機能は便利で特に設定をせずにそのまま使えてたのですが、UnionやInterfaceを利用する際に工夫が必要だったのでご紹介します。 問題 Apollo ClientでUnionやInterfaceを含んだクエリを扱うと以下のようなWarningが出ました。 これはFragment MatcherというApollo Clientのキャッシュ機構に使われているもので、デフォルトのものだとInterfaceやUnionには対応できないため警告がでています。 これを解決するためにはサーバーで定義されたスキーマに対応したFragment

                                            Apollo ClientのキャッシュでInterfaceやUnionを利用する (WARNING: heuristic fragment matching going on!) - Qiita
                                          • Mutations in Apollo Client

                                            Mutations in Apollo ClientModify data with the useMutation hook Now that we've learned how to query data from our backend with Apollo Client, the natural next step is to learn how to modify back-end data with mutations. This article demonstrates how to send updates to your GraphQL server with the useMutation hook. You'll also learn how to update the Apollo Client cache after executing a mutation,

                                              Mutations in Apollo Client
                                            • IE11でflexboxを入れ子にするとテキストが折り返さないバグ

                                              先日紹介したflexbox関連のバグを検証していたときに遭遇したバグがあったのでメモっておきます。今回は入れ子にしたflexboxに関するバグです。 バグの詳細 IE11では、flexboxを入れ子にすると、入れ子にしたflexboxのflexアイテム内のコンテンツがコンテナより大きい場合、はみ出して表示されてしまいます。たとえば、下のIE11での表示のキャプチャ画像のように長いテキストが折り返さなくなってしまいます。 本来は下のFirefoxでの表示をキャプチャした画像のように、display: flex;によってカラム表示になってテキストが折り返して表示されます。 デモはこちら このバグが発生するソースコードは以下のようになります。 HTML <div class="flex-outer"> <div class="flex-outer__item"> <div class="flex

                                                IE11でflexboxを入れ子にするとテキストが折り返さないバグ
                                              • Next.js の API Routes に Apollo Server を立てる

                                                Next.js に Apollo Server を立てるまでの備忘録です。 npx create-next-appで Next.js を作成して TypeScript の設定まで完了している前提で書きます。 依存モジュールの追加 Apollo Server の micro(Vercel が開発している非同期 HTTP サーバー)インテグレーションであるapollo-server-microを依存に追加します。

                                                  Next.js の API Routes に Apollo Server を立てる
                                                • GraphQL Tutorials

                                                  GraphQL TutorialsBoost your developer skills with our hands-on GraphQL tutorials and trainings

                                                    GraphQL Tutorials
                                                  • Strapi - Build a Blog Using Strapi and Next.js

                                                    Find new opportunities, and scale your business with Strapi’s partner program

                                                      Strapi - Build a Blog Using Strapi and Next.js
                                                    • バナー画像を横並びに配置する方法

                                                      バナーを同じ間隔で横に並べて表示したい! トップページレイアウト 公開日:2020.04.16 (2024.01.10 更新) こんにちは、makeshopのあらいです。 いつもmakeshopをご利用いただきありがとうございます。 今回はバナーを横並びに表示する方法をご紹介します! こんなお悩みありませんか? ・いくつかあるバナー画像を横に並べてレイアウトしたい ・バナーを同じ間隔で横に配置したい ・floatを使わずにフレックスボックス(display:flex)を使ってリストを横並びにしたい [難易度 ★★☆ ] バナーを横に並べて表示する方法! ※プレミアムショッププランのみ 設定方法 (1)ul,li要素で書く! ベーシックモードの場合 旧管理画面:【ショップデザイン(PC)】>【トップページ編集】>【中央管理画面】 または表示したい画面 新管理画面:メインメニュー / ショップ

                                                        バナー画像を横並びに配置する方法
                                                      • Moving Apollo Federation 2 to the Elastic License v2 | Apollo GraphQL Blog

                                                        November 3, 2021Moving Apollo Federation 2 to the Elastic License v2 Today, we are introducing Apollo Federation 2, a major update to our graph composition technology that lets developers build and evolve a unified graph in a modular, principled way. Federation 2 is a new implementation of our query planner and execution gateway that introduces a more flexible model for how types and fields compos

                                                          Moving Apollo Federation 2 to the Elastic License v2 | Apollo GraphQL Blog
                                                        • アポロ計画で使用されたコンピューター | アポロ マニアックス

                                                          マーキュリー宇宙船のナビゲーション マーキュリー宇宙船には、コンピュータの類は搭載されておらず、飛行コースはアトラスブースターの誘導装置任せであった。 また、再突入コースは地上のリアルタイム・コンピューティング・センター(RTCC)で算出され、必要な逆噴射時間、噴射姿勢などが宇宙船に送信されていた。 ジェミニ宇宙船のコンピューター ジェミニ計画においては、アポロ計画で必要なランデブー技術の習得のための複雑な軌道変更、 安全な打ち上げのためのタイタンIIブースター誘導システムのバックアップ、 再突入の精度向上、そして打ち上げ前の膨大なチェックの自動化のため、 “Gemini digital computer”が搭載されることとなった。 1962年4月19日、IBM Federal Systems Divisionは、2億6千6百万ドルでこのコンピュータの開発を受託し、1965年12月までに2

                                                          • GitHub - apollographql/apollo-cache-persist: 🎏 Simple persistence for all Apollo Cache implementations

                                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                              GitHub - apollographql/apollo-cache-persist: 🎏 Simple persistence for all Apollo Cache implementations
                                                            • Testing Apollo Server with Typescript

                                                              May 26, 2020 Testing Apollo Server with Typescript In this article, I will demonstrate a way to test GraphQL endpoints of an Apollo Server with a RESTDataSource in Typescript. Background At the beginning of the month, I joined a new project that is using Apollo Server as a back end for a front end. Some months before I joined, a RESTDataSource was introduced but the implemented code didn’t get tes

                                                                Testing Apollo Server with Typescript
                                                              • How to make a scrollable container with dynamic height using Flexbox

                                                                One of the hidden features of Flexbox is the ability to make a flex child scrollable. In the past, if you wanted to make a scrollable container, you had to give the container a predefined height. In other words, the height could not be based on the size of its surrounding content. You had to use pixels, percentages, or absolute positioning if you wanted an element’s content to scroll. With Flexbox

                                                                • How to test Apollo hooks without the "act" warnings?

                                                                  You started migrating to the new version of React Apollo, but noticed strange error messages in your tests: Warning: An update to Profile inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): There is also a link to a page providing more information, but, after reading it, you still might be not sure how to fix the problem. S

                                                                  • Get started with Apollo Client

                                                                    Hello! 👋 This short tutorial gets you up and running with Apollo Client. Step 1: SetupTo start this tutorial, do one of the following: Create a new React project locally with Vite, orCreate a new React sandbox on CodeSandbox.Step 2: Install dependenciesApplications that use Apollo Client require two top-level dependencies: @apollo/client: This single package contains virtually everything you need

                                                                      Get started with Apollo Client
                                                                    • SwiftUIとGraphQLでプロダクトの継続的な破壊に立ち向かう

                                                                      iOSDC2021 の発表資料です

                                                                        SwiftUIとGraphQLでプロダクトの継続的な破壊に立ち向かう
                                                                      • First Impressions with Apollo Client 3 | Apollo GraphQL Blog

                                                                        March 13, 2020First Impressions with Apollo Client 3 I’ve been using the Apollo platform for almost two years now. I’ve used it on several commercial applications, and it’s become one of my all-time favorite frameworks. With the upcoming release of Apollo Client 3, I thought it would be an excellent time to test out the latest beta and write about some of the exciting improvements I’m most excited

                                                                          First Impressions with Apollo Client 3 | Apollo GraphQL Blog
                                                                        • Previewing the Apollo Client 3 Cache | Apollo GraphQL Blog

                                                                          October 28, 2019Previewing the Apollo Client 3 Cache Apollo Client’s caching system is core to both the user experience and the developer experience it provides. As one of Apollo Client’s most powerful features, the cache has been our biggest focus area while building Apollo Client 3. This major-version release will include plenty of other new features (such as a consolidated @apollo/client packag

                                                                            Previewing the Apollo Client 3 Cache | Apollo GraphQL Blog
                                                                          • ApolloClient におけるFragment Matcher - tasuwo's notes

                                                                            You are using the simple (heuristic) fragment matcher, but your queries contain union or interface types. Apollo Client will not be able to accurately map fragments. To make this error go away, use the IntrospectionFragmentMatcher as described in the docs: https://www.apollographql.com/docs/react/recipes/fragment-matching.html

                                                                              ApolloClient におけるFragment Matcher - tasuwo's notes
                                                                            • Reactive variables

                                                                              Reactive variablesState containers integrated into Apollo Client's reactivity model New in Apollo Client 3, reactive variables are a useful mechanism for representing local state outside of the Apollo Client cache. Because they're separate from the cache, reactive variables can store data of any type and structure, and you can interact with them anywhere in your application without using GraphQL s

                                                                                Reactive variables
                                                                              • TypeScript GraphQL Code Generator – Generate GraphQL Types with Apollo Codegen Tutorial | Apollo GraphQL Blog

                                                                                Blog /tooling /Apollo Codegen /TypeScript GraphQL Code Generator – Generate GraphQL Types with Apollo Codegen Tutorial Back to Blog April 1, 2021TypeScript GraphQL Code Generator – Generate GraphQL Types with Apollo Codegen Tutorial Don Norman, the author of “The Design of Everyday Things” has a philosophy for what he believes constitutes good design. Don says that good design is primarily discove

                                                                                  TypeScript GraphQL Code Generator – Generate GraphQL Types with Apollo Codegen Tutorial | Apollo GraphQL Blog
                                                                                • Cursor-based pagination

                                                                                  We recommend reading Core pagination API before learning about considerations specific to cursor-based pagination. Using list element IDs as cursorsSince numeric offsets within paginated lists can be unreliable, a common improvement is to identify the beginning of a page using some unique identifier that belongs to each element of the list. If the list represents a set of elements without duplicat

                                                                                    Cursor-based pagination

                                                                                  新着記事