babel-plugin-react-compiler 0.0.0 → 19.0.0-beta-8a03594-20241020
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/dist/index.js +157466 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +67 -6
package/README.md
ADDED
@@ -0,0 +1,5 @@
|
|
1
|
+
# babel-plugin-react-compiler
|
2
|
+
|
3
|
+
React Compiler is a compiler that optimizes React applications, ensuring that only the minimal parts of components and hooks will re-render when state changes. The compiler also validates that components and hooks follow the Rules of React.
|
4
|
+
|
5
|
+
This package contains the React Compiler Babel plugin use in projects that make use of Babel. You can find instructions for using this plugin here: https://react.dev/learn/react-compiler
|