EGElena Gorbatkovainsurveyjs.hashnode.dev·Feb 24 · 22 min readCreate Dynamic JSON Schema Forms in ReactTL;DR: Some forms outgrow components and need to be treated as data. Here's what these "schema-driven" forms are, and how to build them. Most React developers start with the same assumption: forms are00