react2solid
react2solid copied to clipboard
ReactJS to SolidJS Converter aka Transpiler
currently [the converter](https://rrjanbiah.github.io/react2solid/#/reactjs-to-solidjs-converter) fails on typescript input ```ts let a: number = 1 // error: Missing semicolon. ``` ```ts function f(): string { return "" } // error: Unexpected token,...
## Quick screenshot  ## Couple of attempts and issues ### 1. Initial prop value is not displayed As shown above in the screenshot, the initial value https://github.com/rrjanbiah/react2solid/commit/73dddc2148dd5577876c2d663a56325c00bc26a6#diff-053b5eba3c3af678cb843b0c39eae61ba0ff1f3e1e1aca2fd849ba6865463415R11 is not...