Hacker News new | ask | show | jobs
by tentacleuno 1546 days ago
I generally look at what the index.ts file is doing, since in... let's say, a React app, that's the file that starts everything up (root component render, etc.) From there you can keep going down the chain to the smallest utilities.