react-repl icon indicating copy to clipboard operation
react-repl copied to clipboard

start of port to typescript

Open jmikedupont2 opened this issue 1 year ago • 2 comments

Hi, I am new to al of this, please help.

r2/react-shadcn-profile-report/node_modules/awesome-react-repl/dist/ReactReplJS.js' implicitly has an 'any' type.
  Try `
> 1 | import { ReactReplView } from "awesome-react-repl"

and attempt at

npm error 404  '@types/awesome-react-repl@*' is not in this registry.

jmikedupont2 avatar Oct 29 '24 15:10 jmikedupont2

I have started to port this repo over to typescript, still working out the kinks, here is my code https://github.com/meta-introspector/react-shadcn-perf-report/blob/main/app/ReactReplJS.tsx https://github.com/meta-introspector/react-shadcn-perf-report/blob/main/app/ReactReplView.tsx https://github.com/meta-introspector/react-shadcn-perf-report/blob/main/app/useReactReplJS.tsx

jmikedupont2 avatar Oct 31 '24 13:10 jmikedupont2

I got the first version workingScreenshot_20241101_131341_Chrome.jpg

jmikedupont2 avatar Nov 01 '24 17:11 jmikedupont2