美文网首页
GraphQL初探

GraphQL初探

作者: 泽赫 | 来源:发表于2021-06-17 16:09 被阅读0次

    开篇链接 https://graphql.cn/

    一、引入大神代码,试过可运行,效果很棒

    https://github.com/kkemple/nextjs-with-apollo
    以上代码中引入了第三方graphql服务https://countries.trevorblades.com/
    而提供此服务的作者为https://github.com/trevorblades/countries

    二、当然要给出Graphql的各种实现源码地址

    https://github.com/chentsulin/awesome-graphql

    三、推荐使用apollo团队给出到的 @apollo/client,具体使用文档如下

    https://www.apollographql.com/docs/react/get-started/

    四、给出例子:codesandbox中的实现

    相关文章

      网友评论

          本文标题:GraphQL初探

          本文链接:https://www.haomeiwen.com/subject/wlpcyltx.html