So I am creating an app where you have a card component which contains title , link ,tags , and a textarea ,link renders a tweet embedded or YouTube iframe accordingly , now the things is I want to know which rendering strategy to use , there will be add card button to create a new card and textarea will contain a save button to update the content of card , as there is need of interactivity at different places , I am confused what to use here