Understandability: Understanding the codebase should take no more than a few hours
Compatibility: Preact aims to be largely compatible with the React API. preact/compat attempts to achieve as much compatibility with React as possible.
I did search for Preact in the react-scan codebase and it is used in a lot of other files too. Approximately in 38 files at the time of writing this article.
I did not stop my research here, I wanted to find out if react-scan used react at all because you see it as a dependency in its package.json
Hey, my name is Ramu Narasinga. I study large open-source projects and create content about their codebase architecture and best practices, sharing it through articles, videos.