causal-orange
causal-orange2mo ago

this is how i managed to make it work ```const queryKey = keys().data().resource("employee-group").

this is how i managed to make it work
const queryKey = keys().data().resource("employee-group").action("list").params({
filters: [{
field: "type",
operator: "eq",
value: "LOCATION",
}],
hasPagination: true,
pagination: {
current: 1,
pageSize: 10,
mode: "server",
},
sorters: [],
}).get()
const queryKey = keys().data().resource("employee-group").action("list").params({
filters: [{
field: "type",
operator: "eq",
value: "LOCATION",
}],
hasPagination: true,
pagination: {
current: 1,
pageSize: 10,
mode: "server",
},
sorters: [],
}).get()
the issue is this wont scale as if i do any change on how the data-table component which uses useTable (from @refinedev/react-table) behaves (like adding pagination) i will have to add hacks for setting the paginaton on the url and so forth
12 Replies
conscious-sapphire
conscious-sapphire2mo ago
Hi there! I'm a senior software engineer, passionate about building solutions that can truly make a difference. I'm here to collaborate and help bring your ideas to life. If you have any projects in mind, feel free to reach out—I'd love to hear about them. My specialty lies in backend development, and I'm ready to dive in. Skills: - Web Frontend: React.js, Next.js, Vue.js, Nuxt.js, Angular - CSS: Styled-Components, TailwindCSS, Shadcn UI - Backend: Node.js, Python, Nest.js, Golang, Rust - Mobile: Expo, Flutter, React Native - Blockchain - AI This my profile. GMail Address: dusan.dimic0806@gmail.com Linkedin: https://www.linkedin.com/in/dusan-dimic-679436302/ Github: https://www.github.com/SuperDev993595/ MySite: https://dusan-profile86.vercel.app/ TGram: https://t.me/superdev86 Whatsapp: (+63) 951 821 1205 If you think I could be any of your help, pls let me know. I will always be with you. Best Regards. Dusan Dimic Please DM me.
GitHub
SuperDev993595 - Overview
No pain, no gain. Past is gone and static. Future is before us and dynamic. Do best. - SuperDev993595
Portfolio
Self Developed personal website build with React.js
Telegram
Super Dev
SUCCESS
eager-peach
eager-peach2mo ago
anyone used MSAL ? Tried the ask question but cant really get to a solution. I can loose authentication against my backend, so I need to refresh token against MSAL . Which I do in AuthProvider-> onError. However, I need somehow to refresh the page where the problem lies. I don't know how to do that
reduced-jade
reduced-jade4w ago
@erenerkalkan It would be appreciated if the team could release a roadmap b/c it seems refines comms with the community and its r&d plans have been kind of crickets for a very long time now. There are also some R&D items refine really needs to address like react 19 and react query 5 (upgrading to them). I am personally having to keep my apps on the lower version due to it.
reduced-jade
reduced-jade4w ago
GitHub
[FEAT] React-Query v5 compatibility · Issue #5370 · refinedev/refine
Is your feature request related to a problem? Please describe. We've created a branch to migrate our application code to RQ v5, but have refrained since Refine uses RQ under the hood and want t...
deep-jade
deep-jade4w ago
hello the command npm create refine-app@latest -- --example finefoods-antd to install the example does not seem to work well. You get on the general menu and end up with a basic install. How could i install this example? as a side note i'm interested in any similar template to learn how to build graphs, etc... https://refine.dev/templates/react-admin-panel-ant-design/
B2B Internal tool with Ant Design
Build React-based internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
blank-aquamarine
blank-aquamarine4w ago
Hello everyone Iam currently looking for an open source project where I can contribute. I need to do that for a university course. It will be my first open source project. Do you guys think Refine is a good project to start? Do you currently have good first issues to start with ? Or is it not a good time to get something pulled right now?
stormy-gold
stormy-gold3w ago
Hi, when refine will use react query v5?
overseas-lavender
overseas-lavender2w ago
Hey @everyone 👋🏻 , A sneak peek of RefineAI — the product we’ve been building for the past 6 months 🚀 Our private beta is still open, so you can join now and try it for free, with no limits, at https://refine.dev/ai/ https://www.youtube.com/watch?v=alYO-mR-ucg
sunny-green
sunny-green2w ago
I appreciate your efforts. Upmost respect
absent-sapphire
absent-sapphire2w ago
Hello everyone! I want to follow-up on https://github.com/refinedev/refine/discussions/6767 : any updates to share by any chance? I'm also interested to implement Refine but our designs are using shadcn. Thanks 🙏
flat-fuchsia
flat-fuchsia3d ago
refine ai website has a typo by the way, step 2: Collabrotive planning -> Collaborative planning
wise-white
wise-white3d ago
Thank ya for the heads up. Will get that fixed hah

Did you find this page helpful?