We welcome contribution from everyone.
You can contribute to this repository
- Improving our docs.
- Improving our tanstack-query-lite features.
Please follow these steps to get started:
-
Fork and clone this repository
cd build-your-own-tanstack-query
-
Install package
npm install
npm run docs:dev
npm run dev
We merge pull requests by squashing all commits.
Please ensure your PR template titles match the example below.
<type>: <description>
type
must be one of the following:
feat
: A new tanstack-query-lite feature.docs
: Documentation only changes.fix
: A bug fixchore
: Anything else