Ask HN: How do you relate rendered HTML to the TypeScript file it came from?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • react-inspector

    Easily detect React components source code from Chrome! (by hand-dot)

  • There is a nifty SvelteKit plugin called Svelte Inspector[1] that lets you select an element in the browser and open the source file in you IDE. It doesn't always get the line number perfectly, but it's pretty good.

    I think it is based on https://github.com/webfansplz/vite-plugin-vue-inspector

    And this seems to be a similar tool for React: https://chrome.google.com/webstore/detail/react-inspector/gk...

    There is also React Dev Tools: https://chrome.google.com/webstore/detail/react-developer-to...

    If none of those suit your needs, I think most of them are open-source. So modify as needed~

    [1]: https://joyofcode.xyz/svelte-inspector

  • vite-plugin-vue-inspector

    jump to editor source code while click the element of browser automatically.

  • There is a nifty SvelteKit plugin called Svelte Inspector[1] that lets you select an element in the browser and open the source file in you IDE. It doesn't always get the line number perfectly, but it's pretty good.

    I think it is based on https://github.com/webfansplz/vite-plugin-vue-inspector

    And this seems to be a similar tool for React: https://chrome.google.com/webstore/detail/react-inspector/gk...

    There is also React Dev Tools: https://chrome.google.com/webstore/detail/react-developer-to...

    If none of those suit your needs, I think most of them are open-source. So modify as needed~

    [1]: https://joyofcode.xyz/svelte-inspector

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts