Links
📜

Definitions

Flow:
Page:
Component:
Element: An element is any DOM element inside the Flow, such as a page, title, subtitle, component, component wrapper, text div or p tag inside a component, link, footer, etc...
Key: A Key is the way to identify an element in the flow. Every page, every component, and every option has a key. The way we name elements is fundamental to have a good understanding of the data. The keys should be short (not more than 5 words) and descriptive. Snake case is a good way of ensuring text comprehension.
For example, good practices for naming these inputs would be first_name, last_name and email
Tag: