andycmaj / react-chat-renderer

React JSX factory implementation for Slack
15 stars 0 forks source link

realized a better way to do text components #35

Closed andycmaj closed 4 years ago

andycmaj commented 4 years ago

yeah rather than force rendering into a template string, it makes sense to define text components as mixed text and elements inside a fragment.