Skip to content

Commit 88d8933

Browse files
frankieyanclaude
andcommitted
docs: Add attribution to esplint and react-compiler-marker
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 88687f0 commit 88d8933

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
The [React Compiler](https://react.dev/learn/react-compiler) automatically memoizes your components, eliminating the need for `useCallback` and `useMemo`. However, certain code patterns cause the compiler to bail out. When this happens, your components lose automatic optimization, potentially causing performance regressions.
88

9-
Designed for Git hooks and CI, this tool tracks compiler errors in a `.react-compiler-tracker.json` file and prevents regressions by warning when new violations are introduced.
9+
Inspired by [esplint](https://github.com/hjylewis/esplint) and [react-compiler-marker](https://github.com/blazejkustra/react-compiler-marker), this tool tracks compiler errors in a `.react-compiler-tracker.json` file and integrates with Git hooks and CI to prevent new violations from being introduced.
1010

1111
## Prerequisites
1212

0 commit comments

Comments
 (0)