State-Component
props.dictionary.words.forEach((word) => { return this[word] = React.createRef() })
Trying to do something like this