ericclemmons / click-to-component

Option+Click React components in your browser to instantly open the source in VS Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remix example

ericclemmons opened this issue · comments

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

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

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.

This should be fixed by #73.