React: Rendering from JSON

This PEN is part of an ongoing research on strategies to render pages consisting of a dynamic set of components defined via JSON.

The use case is rendering page structures designed by users on a page builder backend. Solving that use case involves a number of different challenges. This PEN however only focuses on a proof-of-concept for the dynamic rendering.