Skip to content
#

data-fetching

Here are 58 public repositories matching this topic...

swr
huozhi
huozhi commented Sep 3, 2021

Currently use scripts to install node_modules and next inside examples, and run them with require hooks to debug with local swr assets. It's not deal since it's too complicated and not scalable.

Goal

  • Find a better way to debug with example / test case with local swr
  • Less dependencies and easy setup
aravindet
aravindet commented Nov 5, 2019

Primary goal: Add typings to the published NPM modules.
Secondary goal: Get type checks into the development workflow for Graffy itself.

The preferred approach is to use JSDoc-style function annotations (that TypeScript supports) rather than converting to Typescript syntax.

Improve this page

Add a description, image, and links to the data-fetching topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-fetching topic, visit your repo's landing page and select "manage topics."

Learn more