You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I assume the candidate code will come as a string, but Zheng and I agreed we'll send some kind of AST with type annotation for creating tooltips. I need to make some kind of code component that, given an annotated AST (in JS of course), will produce a DOM node with code and type tooltip highlights.
This doesn't rely on Redux, it's just about using React.
The text was updated successfully, but these errors were encountered:
Currently I assume the candidate code will come as a string, but Zheng and I agreed we'll send some kind of AST with type annotation for creating tooltips. I need to make some kind of code component that, given an annotated AST (in JS of course), will produce a DOM node with code and type tooltip highlights.
This doesn't rely on Redux, it's just about using React.
The text was updated successfully, but these errors were encountered: