When you stores a JSX code, it will be treated as a string code, you need to parse it in your component from that string to a compilable code, but as far as i know, it is hard and it is unsecure; so, not good approach; what do you need to do?
When you stores a JSX code, it will be treated as a string code, you need to parse it in your component from that string to a compilable code, but as far as i know, it is hard and it is unsecure; so, not good approach; what do you need to do?