Hacker News new | ask | show | jobs
by revskill 1248 days ago
Thanks you very much. I love Refine ideas and the abstraction (Data Provider is cooool).

Would love to improve the examples though:

- Example code for backend Rest API to be used with Refine (i'm confused about specification on openapi request params/response)

- Example code on only using data provider package (for example, we don't need to use refine routing provider, auth provider,...)

1 comments

Yes, this is definitely an area where we want to improve. Thank you for your feedback.

edit: By the way, what is your opinion on the "inferencer" package?

I've not used much the inference package. Let me check it first.
@pankod/refine-inferencer is an experimental package and it is now in the early stages of development. We are working on improving the package and adding new features.

Document: https://refine.dev/docs/packages/documentation/inferencer/

If you have any suggestions or feedback, please let us know in the GitHub Discussions

https://github.com/refinedev/refine/discussions/3046

I need one more crucial feature, it's row grouping with aggregation in table view.
If your table component can do that, fine for Refine. Which UI framework are you using?
If you can have example with this https://infinite-table.com/ , the grouping feature, that would be helpful !