Declarative rendering

Declarative rendering

Learn the three principles behind this modern rendering technique

Subscribe to watch

Description

Declarative rendering might be the most important innovation to happen to the JavaScript community in the last five years. All modern frameworks embrace it.

In this series, we'll learn why declarative rendering is such an important concept to master. We'll start by unpacking the three conditions that must be met in order for us to take advantage of declarative rendering by working through a simple example. We'll finish by looking at some buggy code that we might find in our own apps today, and see how a failure to apply the principles of declarative rendering turns out to be the root cause.