inDepth.dev
  • Our Manifesto
Subscribe
Tagged

SSR

A collection of 3 posts

Global objects in Angular
angular

Global objects in Angular

In JavaScript we often use entities, such as window or navigator. Some of these objects have been there forever. But you might have seen DOCUMENT token used in Angular. Let's discuss why it exists and what we can learn from it to make our apps cleaner and more flexible.

  • Alex Inkin
Alex Inkin Mar 31, 2021 • 5 min read
Building a react static site generator in ~20 lines of code, 4 dependencies and no transpilers
react

Building a react static site generator in ~20 lines of code, 4 dependencies and no transpilers

Most static site generators are complete overkill for simple blogs. This article explores how you can build your own generator using htm library in just 20 lines of code.

ndesmic Dec 7, 2020 • 9 min read
Implementing multi-language Angular applications rendered on a server (SSR)
angular

Implementing multi-language Angular applications rendered on a server (SSR)

This article will teach you what you need to know to successfully implement multi-language Angular applications rendered server-side.

  • Dmitry Efimenko
Dmitry Efimenko Aug 20, 2019 • 22 min read
inDepth.dev © 2023
Powered by Ghost