最近試了一下 GraphQL CodeGen 產生 react-query 和 resolver type, node server 可以保證回應的型態正確, react-query functions 更可以直接使用, 真ㄉ 4 超方便的 R~
可以參考這個簡單的範例: https://github.com/VdustR/example-graphql-fullstack-codegen
最近試了一下 GraphQL CodeGen 產生 react-query 和 resolver type, node server 可以保證回應的型態正確, react-query functions 更可以直接使用, 真ㄉ 4 超方便的 R~
可以參考這個簡單的範例: https://github.com/VdustR/example-graphql-fullstack-codegen
想在 svelte 使用 markdown, 看到已經有大大開發了個套件叫 MDsveX, 然而在使用的時候仍然踩到了一些問題, 寫個簡單的範例紀錄一下, 大部分的問題和解決方法都在 vite.config.js 的註解裡: