Client-side rendering refers to coding and files being executed in the browser of the user, rather than from the server. This often happens when browser cookies are stored on the browser, storing information about a website a user previously visited and loading parts of the site from the memory of a browser so it loads more quickly.
Client-side rendering is the opposite of server-side rendering.