Javascript design pattern for rendering a component in function of its data type

前端 未结 0 1179
谎友^
谎友^ 2021-01-27 08:47

I have implemented a chat bubble wich can render Images, GIFs, audios and text.

Currently, what I am doing is the following:

const Bubble = memo(
  (props)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题