culTest

    One of the 25 questions in this topic

    How much do you know about Comprehensive Certification: From Design to Deployment?

    What does 'client:only' do in Astro?

    Answers

    It only works for administrators.
    Skip rendering on the server and just run the component in the client browser.Correct
    Makes the website private.
    Upload only the images.

    Required for components that depend on global browser APIs such as 'window' or 'localStorage'.