Created by: tharakawj
Proposed in #2100 (closed)
Some points to discuss,
-
CodeBlockcomponent still depends on old DOM manipulation code anddangerouslySetInnerHTML. Any suggestions to make it better? - Used HTML
buttonelements instead of clickable (tab clickable)divs with similar styling. Any downside of that? - I'm not much sure about the purpose of
consumeEvent.js. Can you think of a better alternative to get the same behavior with React?