Today I’d like to talk to you about rendering and that means for your website.

CHOOSE A RENDERING STRATEGY FOR YOUR WEBSITE

Whenever you open a website in a browser, the browser will render the page. And when you interact, like, scroll or click on the page, or you resize the browser or turn your phone, it will often have a render it again. But what is this rendering? Well rendering means a lot of different things in different contexts. 3D graphics, for example, are rendered, but that completely different from what we talk about today. Even the browser rendering the website is only somewhat related to what this video is about.

We want to focus today on rendering websites from the website’s owner’s perspective. Put simply, rendering in this context is the process of pulling data into a template. There are different strategies as to where and when this happens, so let’s take a look together.

Back in the old days, people usually edit HTML files directly and upload them to a web space or server where they would we served to users.  When you look at websites, however, you often notice similar pages with different content, but the exact same structure, like product detail pages or articles.

So we can improve the process by separating the page structure in template file and store and edit the content the separately. We then use a program to put the content in the relegate templates. As an example of this, you could static site generators, such as Jekyll, Hugo, and Gatsby, all the others. When you create new content or modify existing content, you run a program to create new html files based on that content and templates. Then you upload these file into your sever.

This has a bunch of advantages. For one, it’s really simple way of making a website, and you don’t need to do much to set up a server to it. It’s also very robust and very secure, as there isn’t much interaction happening with the server and you can look it down quite tightly. The downside is to have to run the program somewhere, like on your computer or on your phone, and you need to do that every time something on your website changes. It also can’t respond to interactions from your visitors. So that limits what you can do on your website.

Despite being pretty simple, this is a rendering strategy. This one is called pre-rendering. You render it before serve the website. The next strategy is different is that regard. It render whenever someone visit a pages, as it does the rendering on your server that is called server side-rendering.

With server side-rendering, or SSR for short, the program that puts the content into your templates move from your computer to the server that handle requests from visitors. That server run the program, and the program Decides on things like URL, Visitor, Cookies, and others things, what content to put into which template and return it to the user’s browser.

That has advantages as well. It can respond to things like user’s login status. It can respond to user actions like logging in, or creating an account, or signing up from a newsletter. It can also potentially create new content based on user interaction, like comments on an article or reviews and ratings on a product.

It does come with downsides too, though. The setup is a bit more complex and requires more work to keep it secure, as users’ input can now reach your server and can potentially cause problems. Another thing is that it’s a bit most wasteful with resources, as it re-executes the program and renders the page every time a new visitor comes to your pages. By server side-rendering supports interactions, these interactions are a bit or limited. Posting a comment will flash an empty page for a tiny moment, as it effectively reloads the page in the browser, which doesn’t feel very happy.

Depending on how often content changes, you can use a cache to prevent the extra renderings for each visitor, and you can use proxies and firewalls to protect the server from intruders. There also is way to build websites that are more like apps. They are meant to be highly interactive and might offer Features like navigating geographical data or perform Complex tasks, such as 3D modeling or video editing. This usually is done through a rendering strategy known as client-Side rendering, or CRS for short.

In CRS, the server sends the template and the uses of a program usually JavaScript, that run in the visitor browser, to ask your server for the data to display it later on. It can do this multiple time in the background and in response to user interactions, like clicks and scrolls, or whatever you want. The interactions feel like they’re in an app. They happen smoothly happen in background without the page reloading visibly. But as with everything in life, there’s no face lunch either. It come pros and cons too.

The advantages are the app like customizable behavior and the separation of where the data come from and where the templates are stored. It can also be made available offline thanks to progressive web app technologies. The downside is that the code runs in an environment you do not control, the user’s device and browser. If the code isn’t working correctly, the user might only some content or none of the content of all. It’s also very wasteful as the program runs every visitor sees your content, but you can’t easily cache it in a central space, like your server would do in the SSR scenario.

The main issue with CSR usually is the risk that in case something goes wrong during transmission, the user won’t see any of your content. That can have also SEO implication. If Google search and other search engines can’t see the content, will they can’t index it.

To fix that, you might add something called hydration to your setup, if CSR is involved. With that you combine the aspect of SSR as the primary initial content is loaded into the template on your server, and only follow up interactions involve CSR later. While this sounds like the best of both worlds, this also means more code and more complex setup, and that might result in a less robust experience and more maintenance. So which one should you pick?  Well, in the end that depends on a bunch of factors

Such as what does your website do? How often does the content changes? What kind of interactions do you want to support? And what kind of resources do you have to build, run, and maintain your setup?

To help you pick which one is right for you, take a look at this overview of the pros and cons of each approach, and work out what fits your goals best.

That’s it for today.

Leave you a comment below if you would like to learn more about technical topics, and leave like.

Author

bangaree

Comments (17)

  1. James Stewart
    March 4, 2025 Reply

    I’ve learned so much from this post, and I really appreciate how thorough and thoughtful your analysis is. The examples you provided were particularly helpful in making the concepts easier to grasp, and I love the way you’ve connected different ideas to give a holistic view of the subject.

  2. Martinwrire
    March 5, 2025 Reply

    What Engaging One State Welfare Impairment Counsel Proves to Be Essential.
    Engaging One Public Assistance Ineptitude Advocate Can Be Vital.

    The System for Senior Aid Administers many efforts from jobless coverage to economic relief, and also manages ineptitude allowances for folks unable to work due to ongoing medical conditions or trauma. As with every complicated organization, there are laws and guidelines which must be adhered to by this body in sequence to acquire perks. Looking to hire the knowledgeable Supplemental Security Income attorney Is essential.

    Bringing on the seasoned SSD attorney could help you deal with the intricacies of SSA State Supplementary Assistance, increasing your probability of approval for perks. They might guarantee that your proposal is registered accurately and includes supporting medical evidence; furthermore, they are aware of how to compile this evidence speedily so it is not presented late; in addition, they will circumvent supplying irrelevant data that might result in delays and rejections by the Sensitive Social Aid.

    Your disability advisor will also ready you for a hearing with Social Security Administration if your application is refused, by explaining what to anticipate at it and answering any of your concerns about what happens there. They could assist with presenting additional documentation and inquiring the magistrate who heard your case to assess their decision and interrogate witnesses or employment specialists called by SSA to testify on your behalf, which could raise the probability that an primary disability appeal prevails if originally denied. Lawyers for social security disability can recoup any past due privileges because of changes in the starting date, which indicates when your health condition began. Skilled disability advocates may assist with getting back any past due privileges that would have been lost attributable to changes in the starting date or when your condition began.

    [url=https://disabilitysacramento.com/]Applying for an application for Social Security Disability benefits involves a careful consideration of the specific conditions that make you eligible[/url]

    [url=http://forum.keyboardpartner.de/viewtopic.php?t=1709]The Relevance of Securing the Support of the Professional Proficient in Disability Law[/url] 0f0a5f2

  3. Alice
    March 5, 2025 Reply

    dXpSi fmuR yuSU EkzSBPL vZkg oCb

  4. CameronAtorm
    March 5, 2025 Reply

    Капельница также рекомендуется для тех, кто испытывает сильный похмельный синдром после длительных запоев. Она помогает не только облегчить состояние, но и предотвратить развитие серьезных осложнений, таких как поражение печени, сердечно-сосудистые нарушения или острые психические расстройства.Процесс детоксикации с помощью капельницы существенно облегчает симптомы похмелья: головную боль, тошноту, слабость, беспокойство и другие неприятные проявления. В результате пациент начинает чувствовать себя значительно лучше в короткие сроки, и процесс восстановления проходит гораздо быстрее.
    Подробнее – [url=https://kapelnica-ot-zapoya-krasnoyarsk55.ru/]после капельницы от запоя красноярск[/url]

  5. Diplomi_afka
    March 5, 2025 Reply

    купить диплом в спб [url=https://2orik-diploms.ru/]купить диплом в спб[/url] .

  6. Lechenie_yoet
    March 6, 2025 Reply

    Дорогие друзья! Мы, Шестаков Юрий Иванович, дерматолог с многолетним опытом работы, и Шестакова Татьяна Викторовна, врач-дерматолог, хотим поделиться с вами ценной информацией, которые помогут восстановить здоровье кожи.

    Акне – это не просто воспаления на коже, а проблема, требующая комплексного подхода. За годы нашей практики мы помогли сотням пациентов избавиться от акне, используя новейшие технологии. Мы уверены, что каждый заслуживает чистоты и сияния, и хотим рассказать, как это осуществить.

    Акне – это распространённое заболевание кожи. Современные методы лечения акне позволяют обрести здоровую кожу уже в считаные недели.

    Неожиданные методы борьбы с угрями, проверенные временем
    акне кисты [url=kpacota.top]kpacota.top[/url] .

  7. botox_ouor
    March 7, 2025 Reply

    Как проходит восстановление?, узнайте.
    ботокс [url=http://www.botox.life]http://www.botox.life[/url] .

  8. MaxineWeets
    March 7, 2025 Reply

    Эта обзорная заметка содержит ключевые моменты и факты по актуальным вопросам. Она поможет читателям быстро ориентироваться в теме и узнать о самых важных аспектах сегодня. Получите краткий курс по современной информации и оставайтесь в курсе событий!
    Детальнее – http://yoshihiroito.jp/football-622873_1280

  9. MaxineWeets
    March 7, 2025 Reply

    Эта статья предлагает уникальную подборку занимательных фактов и необычных историй, которые вы, возможно, не знали. Мы постараемся вдохновить ваше воображение и разнообразить ваш кругозор, погружая вас в мир, полный интересных открытий. Читайте и открывайте для себя новое!
    Получить дополнительные сведения – https://allesoverafslankers.nl/nikon-240966_640

  10. Udalenie_hxka
    March 8, 2025 Reply

    Удаление папиллом

    Папилломы на теле: как избавиться одними только народными средствами
    удаление папиллом азотом [url=https://epilstudio.ru/services/udalenie-papillom.ru/#удаление-папиллом-азотом]https://epilstudio.ru/services/udalenie-papillom.ru/[/url] .
    Вопрос – Ответ
    “Удаление папилломы лазером”. “Лазерное удаление папиллом является одним из самых популярных методов благодаря его эффективности и минимальным рискам.” “Laser papilloma removal”. “Laser papilloma removal is one of the most popular methods due to its effectiveness and minimal risks.”

    “Удаление папиллом москва”. “В Москве доступны современные методы удаления папиллом, включая лазерное лечение, с профессиональными врачами в клиниках.” “Papilloma removal in Moscow”. “Modern methods of papilloma removal, including laser treatment, are available in Moscow with professional doctors in clinics.”

  11. hb01qs
    March 8, 2025 Reply

    6sflq8

  12. Udalenie_evSa
    March 8, 2025 Reply

    Как выбрать метод удаления бородавок

    Эффективное удаление бородавок [url=epilstudio.ru/udalenie-borodavok#Эффективное-удаление-бородавок]epilstudio.ru/udalenie-borodavok[/url] .

  13. phoenixautobodyshoperuck
    March 8, 2025 Reply

    Unlock your vehicle’s potential with our top-notch auto tuning services! Discover your ride into a stunning masterpiece with our expert team. We specialize in customizations that cater to your unique style. Our reliable solutions ensure optimal performance and eye-catching design . Don’t settle for average; elevate your driving experience and turn heads on the road! Visit us at https://americasbestcertifiedautobody.com/ today and take the first step towards your dream car!

  14. MyName
    March 8, 2025 Reply

    grv SljstxTA CyWG

  15. lkjhKn
    March 8, 2025 Reply

    [url=https://histor-ru.ru/wp-content/pgs/serialu_pro_turmu___zahvatuvaushiy_mir_za_resh_tkoy.html]https://histor-ru.ru/wp-content/pgs/serialu_pro_turmu___zahvatuvaushiy_mir_za_resh_tkoy.html[/url] скачать бесплатные фильмы без регистрации

  16. lkjhKn
    March 9, 2025 Reply

    [url=http://spincasting.ru/core/art/index.php?filmu_pro_biznes__vdohnovenie_i_uroki_dlya_predprinimateley.html]http://spincasting.ru/core/art/index.php?filmu_pro_biznes__vdohnovenie_i_uroki_dlya_predprinimateley.html[/url] фильм реальные пацаны смотреть онлайн бесплатно в хорошем качестве

  17. lkjhKn
    March 9, 2025 Reply

    [url=https://pandorabox.ru/css/pgs/geroi_multserialov_v_kino.html]https://pandorabox.ru/css/pgs/geroi_multserialov_v_kino.html[/url] 5 рублей купюра 1997 цена

Leave a comment

Your email address will not be published. Required fields are marked *