So I have multiple blocks like these. I will have different header, form fields, and text elements in them. So I was thinking maybe this should be a reusable element, because of the repetition. But I lacked the imaginaion how to change the input fields, and wondered if it was even desirable?
Hey there! So, when it comes to using reusable elements in your app, there aren’t really any strict rules. I like to think of it kind of like an organism - if you have a bunch of objects that make up a finished product, like a header or a left menu, or even just a content group that you’ll be using again and again, it’s a good idea to make it reusable. Basically, just keep an eye out for anything you’re repeating and think about whether you could turn it into a reusable element. Hope that helps!