quarantine-what-to-do
quarantine-what-to-do copied to clipboard
Refactor: Type of rendered component
In your App.js
i saw that you are rendering a component (image,youtube or link) based on some conditions, i believe it is better to use HOC implement this feature, that is a way cleaner. if you accept this i can do a small PR.