kika
Explore posts from serversRRefine
•Created by stormy-gold on 6/13/2023 in #ask-any-question
What is the idiomatic way to use `useList()` with REST API that returns a JSON array of strings?
Strings are not
BaseRecord
s. Should I hack dataprovider or is there a better way?4 replies
RRefine
•Created by other-emerald on 4/21/2023 in #ask-any-question
State management
What is the canonical way to manage app state in Refine? I went through tutorial and it appears it doesn't have an app state, and components talk to backend through the data provider. I don't want to push the state to the backend, my backend is read-only for this app and I want to keep the state locally. In classical React that would be Redux or something similar.
16 replies