react-frontload icon indicating copy to clipboard operation
react-frontload copied to clipboard

Frontload on server

Open AnshuBansal6 opened this issue 1 year ago • 0 comments

How to use this code for API call please help -

const frontloadState = createFrontloadState.server({ // inject server impl of api for use in data loading functions. // might make SQL queries directly instead of making HTTP calls if those // endpoints are on this same server context: { api: serverApi } })

AnshuBansal6 avatar Mar 04 '24 13:03 AnshuBansal6