react2solid icon indicating copy to clipboard operation
react2solid copied to clipboard

ReactJS to SolidJS Converter aka Transpiler

Results 2 react2solid issues
Sort by recently updated
recently updated
newest added

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 ![solidjs-monaco-editor-reactivity-issue](https://user-images.githubusercontent.com/4907427/162608704-d903809e-9056-4c56-803a-9ec6d55a4d49.png) ## 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...