Skip to content

feat: implement vue adapter - #3848

Merged
tannerlinsley merged 4 commits into
TanStack:alphafrom
Mokshit06:feat-vue-adapter
Apr 20, 2022
Merged

feat: implement vue adapter#3848
tannerlinsley merged 4 commits into
TanStack:alphafrom
Mokshit06:feat-vue-adapter

Conversation

@Mokshit06

@Mokshit06 Mokshit06 commented Apr 20, 2022

Copy link
Copy Markdown
Contributor

This PR implements a vue adapter for react-table v8 alpha. It needs a bit more testing, but from the few examples I tested it with, it seemed to function properly

@vercel

vercel Bot commented Apr 20, 2022

Copy link
Copy Markdown

@Mokshit06 is attempting to deploy a commit to the Tanstack Team on Vercel.

A member of the Team first needs to authorize it.

Comment thread package.json
"repository": "https://github.com/tanstack/react-table.git",
"scripts": {
"linkAll": "lerna exec 'yarn link' && lerna exec 'yarn link @tanstack/react-table' && lerna exec 'yarn link @tanstack/solid-table'",
"linkAll": "lerna exec 'yarn link' && lerna exec 'yarn link @tanstack/react-table' && lerna exec 'yarn link @tanstack/solid-table' && lerna exec 'yarn link @tanstack/vue-table'",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These extra links shouldn’t be necessary. Only the core. Right?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added them because the @tanstack/react-table existed before I opened the solid-table PR, so I thought that other adapters should also be added, but do we need to really do yarn link with workspaces at all?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You’re not supposed to have to, but for whatever reason, I found it necessary for the core.

@Mokshit06 Mokshit06 Apr 20, 2022

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So should I remove all these packages and add @tanstack/table-core instead? Not sure why react-table was there earlier, since it isn't being used as dependency anywhere

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, let's do that

Comment thread packages/vue-table/package.json Outdated
@tannerlinsley
tannerlinsley merged commit 2986a36 into TanStack:alpha Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants