Alt + Click on rendered JSX to source in VSCode
yarn add babel-plugin-open-source --dev
Add the plugin to your babel config.
// .babelrc
{
"plugins": [
"babel-plugin-open-source"
]
}
Example: Nextjs | create react app
⭐ this repo
MIT © siddharthkp