blockly-samples
blockly-samples copied to clipboard
Typescript React Example
Category:
Examples
Is your feature request related to a problem? Please describe.
I'm trying to create a react project with Blockly, but since I use typescript, the default code errors in all sorts of ways, and I personally (along with others) are unsure of the correct way to use it in typescript-react
Describe the solution you'd like
A Typescript tutorial to go along with blockly-react
Describe alternatives you've considered
Manually figure out all the typings, which I and others have had a very hard time with (ex. the XML tag in BlocklyComponent.jsx)
Additional context
N/A