GithubHelp home page GithubHelp logo

Comments (5)

catamphetamine avatar catamphetamine commented on July 4, 2024

It's unclear what you mean.
Explain your situation.

from react-pages.

davidwalker2235 avatar davidwalker2235 commented on July 4, 2024

I have a problem with the @preload method.
I have a login page and when I click on "login" and the response is success I change the page to a new initial page but the @preload decorator it doesn't work because the page is loaded in client-side.
How I can configure the @preload for use it on client-side?

In the documentation says:
"client — If true then the @preload() will be executed only on client side. If false then this @preload() will be executed normally: if part of initial page preloading then on server side and if part of subsequent preloading (e.g. navigation) then on client side. false is the default value unless overridden by preload.client configuration parameter."

but I didn't find where I can change this option.

from react-pages.

catamphetamine avatar catamphetamine commented on July 4, 2024

How I can configure the @preload for use it on client-side?

@preload can be used anywhere, it doesn't need to be "configured" for that.
Passing { client: true } to preload makes it only work on client-side.
If you think you caught a bug then you can provide a video illustrating an issue (or provide a sample repo with instructions).

from react-pages.

davidwalker2235 avatar davidwalker2235 commented on July 4, 2024

Ok thanks, but How can I pass { client: true } to the preload?.. where? Inside the @preload like this?:

@preload(async (preloadOptions) => {
preloadOptions = { ...preloadOptions, client: true }
return await store.dispatch(getMainData(preloadOptions))
})

Sorry, but I'm blocked and I'm not finding any solution

from react-pages.

catamphetamine avatar catamphetamine commented on July 4, 2024

aaaah, that's what is unclear to you.
I'll add an example to readme.
the way is:

@preload(async () => { ... }, { client: true })

from react-pages.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.