I Want To Contribute To TanStack Router #7879
Replies: 1 comment
|
Hi Ben, welcome! I’m not a TanStack maintainer, but I’m currently using TanStack Start and Router in a multi-role application and recently reviewed the project’s contribution process. A good first path would be:
A concrete starting point is issue #5351, which is currently open, unassigned, and labeled “good first issue.” It concerns improving the getting-started documentation so generated parent routes do not confuse new users working with dynamic child routes. One important project rule is that changes requiring a new or modified public API should first be proposed in an issue and receive maintainer approval. I would personally begin by reproducing #5351, commenting with a concise proposed documentation change, and waiting briefly for maintainer feedback before opening a PR. That should provide a useful first contribution without requiring deep knowledge of the router internals. |
Uh oh!
There was an error while loading. Please reload this page.
Hello Community! I have been using TanStack for a lot of my web projects, and it is one of the few pieces of software which I not only rely on but I really appreciate the mission and philosophy of it, and how it is trying to change the web for the better. I would like to contribute to TanStack, but this would be my first time contributing to open source. If I can have some guidance, it would be much appreciated. Thanks so much! -Ben
All reactions