iT邦幫忙

鐵人檔案

2018 iT 邦幫忙鐵人賽
回列表
Data Technology

GraphQL + ApolloData 入門 系列

GraphQL 正夯 搭配 ApolloData 更加速了快速開發 以及可維護性

參賽天數 27 天 | 共 30 篇文章 | 18 人訂閱 訂閱系列文 RSS系列文 團隊線上讀書會 II 團
DAY 11

ApolloData & Query method (二)

介紹 承接上篇來介紹 ApolloData 使用 graphql hoc Query ,除了會撈到資料外 Apollo 會在 props 中多幾個 method...

2017-12-17 ‧ 由 polo 分享
DAY 12

ApolloData & Query method (三)

介紹 因為 Query method 還滿多的 ,這次繼續來介紹好用的 Query mehtod Api data.startPolling:通常如果會希望固定...

2017-12-18 ‧ 由 polo 分享
DAY 13

ApolloData & Mutaion (一)

介紹ApolloData Client 在可以 Query 資料之外,還可以使用GraphQL Mutation。在GraphQL中,Mutation與Que...

2017-12-19 ‧ 由 polo 分享
DAY 14

ApolloData & Mutation (二)

介紹 在Mutation 的部分 ,config Apollo 提供了許多不錯的函式庫, 大體使用跟 Query 很相似,以下來介紹 config 有哪些可...

2017-12-20 ‧ 由 polo 分享
DAY 15

ApolloData & Mutation (三)

介紹 Apollo 中有個 Cache機制 ,在 Query options.fetchPolicy 有說明過有四種模式可以選擇, cache-first,ca...

2017-12-21 ‧ 由 polo 分享
DAY 16

ApolloData & Mutation (四)

介紹 在ApolloData & Mutation (三) 提到的 options.update 來寫mutation後要同步 cache ,但是通常去...

2017-12-22 ‧ 由 polo 分享
DAY 17

ApolloData & Upload套件 ServerPart(一)

介紹 ApolloData 有位大大開發了 apollo upload 套件,這個套件有分前後端先來介紹Server Part如何設定使用 Server Par...

2017-12-23 ‧ 由 polo 分享
DAY 18

ApolloData & Upload套件 ServerPart(二)

介紹上篇介紹了 Upload Server上傳 的設定,主要的處理程序是透過 busboy 在處理檔案的部分 這節來來說明這一個套件 這個套件主要是在分析處理表...

2017-12-24 ‧ 由 polo 分享
DAY 19

ApolloGraphql & Upload套件 ServerPart(三)

介紹 前兩篇介紹了 ServerPart 的內容 ,套用在實際開發上步驟如下 步驟一 在 graphql endpoint 加入,順便加上設定config 檔案...

2017-12-25 ‧ 由 polo 分享
DAY 20

ApolloData & Upload套件 ClientPart

介紹 ApolloData的Client 的Upload套件,也是同一個作者開發的連結在最底下 apollo-upload-client 安裝 npm inst...

2017-12-26 ‧ 由 polo 分享