👋 Help Needed with Running and Contributing to TanStack Table (React) #6247
Replies: 1 comment
-
|
This repo is a monorepo, so there is not really one single “the app runs on port X” entry point. At the root, install with pnpm: pnpm installThe root pnpm -C examples/react/pagination devor pick another example under For focusing on the React implementation, the main places to read are: packages/table-core
packages/react-table
examples/react/*Most React behavior is a thin adapter over A good first contribution path is: reproduce something in a small |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’m currently starting my journey into open-source contributions. I cloned the TanStack Table project and installed all dependencies, but I’m facing a few issues.
I need some guidance on the following:
I’m not able to find which port the project runs on or how to start the local dev environment properly. How can I run and preview the project?
What is the recommended way to set up and debug a large monorepo like this?
Since TanStack Table supports multiple frameworks (Vue, Angular, etc.), how can I focus specifically on the React implementation?
What is the best way to start contributing to the React side of this project in OSS?
Any guidance or direction would be really appreciated.
Thanks in advance 🙌
Beta Was this translation helpful? Give feedback.
All reactions