ericclemmons / click-to-component

Option+Click React components in your browser to instantly open the source in VS Code
MIT License
1.82k stars 65 forks source link

Remix example #3

Open ericclemmons opened 2 years ago

ericclemmons commented 2 years ago

Remix doesn't seem to have a ready-to-go app but instead has https://remix.run/docs/en/v1/tutorials/blog

ericclemmons commented 2 years ago

Mostly solved by #7, but needs resolution to actually work.

ericclemmons commented 2 years ago

Remix would work if it supported __source from https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-source like CRA/Next.js/Vite do.

HosseinAgha commented 1 year ago

This should be fixed by #73.