React - Parse String with Variables
问题 I have a json file of strings that also need to have variables in them. (This is not by choice, by requirements) EDIT (for context) - All of the text within the web app is to be dynamic. Each component will have it's own key, with multiple key-value pairs such as: "component_one": { "heading": "Heading Text", "subheading": "Subheading Text", "list_item_one": "List Item Text", "list_item_two": "List Item Text", "list_item_three": "List Item Text", "button": "Button Text" }, where one or more