React: How to Scale Theme Sets with Deep Merging
Create sets of themes and inject them as one object into React theme providers
8 min readJun 6, 2021
--
Introduction
In this article I will share a deep merging solution for adding sets of themes to your React apps. By deep merging multiple theme objects hosted in different files that adhere to a common theme structure…