xenial-black
xenial-black3mo 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
17 Replies
correct-apricot
correct-apricot3mo 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
fair-rose
fair-rose2mo 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
harsh-harlequin
harsh-harlequin2mo 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.
harsh-harlequin
harsh-harlequin2mo 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...
genetic-orange
genetic-orange2mo 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.
ambitious-aqua
ambitious-aqua2mo 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?
rare-sapphire
rare-sapphire2mo ago
Hi, when refine will use react query v5?
equal-aqua
equal-aqua2mo 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
wise-white
wise-white2mo ago
I appreciate your efforts. Upmost respect
afraid-scarlet
afraid-scarlet4w 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 🙏
exotic-emerald
exotic-emerald4w ago
refine ai website has a typo by the way, step 2: Collabrotive planning -> Collaborative planning
deep-jade
deep-jade4w ago
Thank ya for the heads up. Will get that fixed hah
evident-indigo
evident-indigo3w ago
is it a safe practice if i add refine into my own app? or is it best i create another whole app?
ratty-blush
ratty-blush3w ago
Just curious, did the developers ever make the CRM backend public?
harsh-harlequin
harsh-harlequin2w ago
spam/scam.
adverse-sapphire
adverse-sapphire2w ago
Hi, I need some volunteer from Refine team to talk about some Collobration . Please DM me if anyone there!
ambitious-aqua
ambitious-aqua7d ago
Hi, I could not find it on the thread so I'm asking here, how to expose Refine web to local network? Only works on localhost for now I did
npm run dev --host=0.0.0.0
npm run dev --host=0.0.0.0
but that didn't work LAN access works for other applications

Did you find this page helpful?